mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-24 09:30:15 +00:00
that's a typo
This commit is contained in:
@@ -48,7 +48,7 @@ class TestProcessor extends AudioWorkletProcessor implements AudioWorkletProcess
|
||||
for (const play of mplays) {
|
||||
const vol = play[1].getNumber((play[0][0] / sampleRate) * 1000) * play[2];
|
||||
if (vol !== 0) {
|
||||
av += mixAudio(av, vol);
|
||||
av = mixAudio(av, vol);
|
||||
}
|
||||
|
||||
play[0][0]++;
|
||||
|
||||
Reference in New Issue
Block a user