]> Repos - portaudio/commit
fixed bug that was causing memory corruption in PA/ALSA when host sample format was...
authorrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 6 Aug 2013 08:26:55 +0000 (08:26 +0000)
committerrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Tue, 6 Aug 2013 08:26:55 +0000 (08:26 +0000)
commit2a992efaa8561256c412d31aa33fd729962e69bf
treeedd277b58210944e9cc484a9b06acf2b42704075
parent1ae8d616a91dfe47becab6a0a235d2f1af6ceaf8
fixed bug that was causing memory corruption in PA/ALSA when host sample format was lager than user format. e.g. using 16 bit output with a sound card that used 24 bit buffers. the incorrect input zeroer was being used. Thanks to Anders Tornvig for identifying the problem
src/common/pa_process.c