mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 00:30:07 +02:00
Fix compile error for last bug 11 Device Toolbar commit
This commit is contained in:
parent
d22b3b4f5e
commit
267ce301cf
@ -155,7 +155,7 @@ static void AddSources(int deviceIndex, int rate, wxArrayString *descs, std::vec
|
||||
isInput ? NULL : ¶meters,
|
||||
rate, paFramesPerBufferUnspecified,
|
||||
paClipOff | paDitherOff,
|
||||
audacityAudioCallback, NULL);
|
||||
NULL, NULL);
|
||||
if (stream) {
|
||||
AddSourcesFromStream(deviceIndex, devName, descs, maps, stream);
|
||||
Pa_CloseStream(stream);
|
||||
|
Loading…
x
Reference in New Issue
Block a user