revert to older mic blow samples
This commit is contained in:
parent
5728c83ee9
commit
7714004da5
|
@ -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
|
Loading…
Reference in New Issue