revert to older mic blow samples

This commit is contained in:
CasualPokePlayer 2024-11-10 22:53:48 -08:00
parent 5728c83ee9
commit 7714004da5
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ static void MicFeedNoise(u8 vol)
for (int i = 0; i < 735; i++)
{
biz_mic_input[i] = round(mic_blow[sampPos++] * (vol / 100.0));
biz_mic_input[i] = round((s16)mic_blow[sampPos++] * (vol / 100.0));
if (sampPos >= sampLen) sampPos = 0;
}
}

@ -1 +1 @@
Subproject commit 723bd9599432943861cc4d8865f013043776382a
Subproject commit b1b24ac24aabe4615ef252b414aeeff8ffb1650d