mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Fix compile error for last bug 11 Device Toolbar commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user