item throwing sounds and better linter

This commit is contained in:
minjaesong
2024-07-13 19:15:04 +09:00
parent 4f6b66b049
commit 96f858fa51
10 changed files with 193 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ abstract class AudioBank : Disposable {
abstract val name: String
abstract val samplingRate: Int
abstract val samplingRate: Float
abstract val channels: Int
abstract val totalSizeInSamples: Long
abstract fun currentPositionInSamples(): Long