]> Repos - portaudio/commit
Fix ring buffer handling in pa_mac_core.c that caused many spurious paInputOverflow...
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 25 Jun 2012 01:12:29 +0000 (01:12 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 25 Jun 2012 01:12:29 +0000 (01:12 +0000)
commitb4a22b91ff5c90b8a8c988ae3be14ee92a332816
tree88780997df6fdd7739203e096cf784621b376e3d
parent44bdc45b2a52a2c4c94fbb9d9c69438599cb4180
Fix ring buffer handling in pa_mac_core.c that caused many spurious paInputOverflow flags.
Fixed size bug when input underflow detected. Code was confused between bytes and elements.
Zero out the beginning of a recording when detecting pops to prevent start of audio from looking like a pop in qa loopback test.
qa/loopback/src/audio_analyzer.c
qa/loopback/src/paqa.c
src/hostapi/coreaudio/pa_mac_core.c
src/hostapi/coreaudio/pa_mac_core_blocking.c