mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
input audio resampling
This commit is contained in:
@@ -19,6 +19,8 @@ data class MusicContainer(
|
||||
gdxMusic.setOnCompletionListener(songFinishedHook)
|
||||
}
|
||||
|
||||
val samplingRate: Int = 44100 // TODO
|
||||
|
||||
override fun toString() = if (name.isEmpty()) file.nameWithoutExtension else name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user