all-float FFT and convolution

This commit is contained in:
minjaesong
2023-11-25 21:46:49 +09:00
parent 51d1501267
commit 46f93660d0
6 changed files with 437 additions and 660 deletions

View File

@@ -21,9 +21,6 @@ class TerrarumAudioMixerTrack(val name: String, val isMaster: Boolean = false, v
const val SAMPLING_RATEF = 48000f
const val SAMPLING_RATED = 48000.0
const val BUFFER_SIZE = 512 // n ms -> 384 * n
const val INDEX_BGM = 0
const val INDEX_AMB = 1
}
val hash = getHashStr()