1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

comment related to debugging bug 50

This commit is contained in:
v.audacity 2012-08-08 02:49:06 +00:00
parent 2dad036b58
commit 6f858be4c8

View File

@ -957,6 +957,7 @@ bool AudioIO::StartPortAudioStream(double sampleRate,
// Special case: Our 24-bit sample format is different from PortAudio's
// 3-byte packed format. So just make PortAudio return float samples,
// since we need float values anyway to apply the gain.
// ANSWER-ME: So we *never* actually handle 24-bit?! This causes mCapture to be set to floatSample below.
if (captureFormat == int24Sample)
captureFormat = floatSample;