convolutions and some audio samples are on CommonResourcePool now

This commit is contained in:
minjaesong
2024-01-24 15:34:52 +09:00
parent 76f7b2a145
commit 89b372e4d8
6 changed files with 156 additions and 98 deletions

View File

@@ -119,10 +119,9 @@ class FixtureJukebox : Electric, PlaysMusic {
App.audioMixer.requestFadeOut(App.audioMixer.musicTrack, DEFAULT_FADEOUT_LEN / 2f) {
startAudio(musicNowPlaying!!) {
it.filters[filterIndex] = Phono(
ModMgr.getFile(
"basegame",
"audio/convolution/Soundwoofer - large_speaker_Marshall JVM 205C SM57 A 0 0 1.bin"
), 0f, 5f / 16f
"basegame",
"audio/convolution/Soundwoofer - large_speaker_Marshall JVM 205C SM57 A 0 0 1.bin",
0f, 5f / 16f
)
}
}