mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 08:25:52 +01:00
AudioIO.cpp does not depend on ProjectAudioIO.h and GetActiveProject
This commit is contained in:
@@ -2624,7 +2624,7 @@ void Effect::Preview(bool dryOnly)
|
||||
t1 = std::min(mT0 + previewLen, mT1);
|
||||
|
||||
// Start audio playing
|
||||
AudioIOStartStreamOptions options { rate };
|
||||
AudioIOStartStreamOptions options { nullptr, rate };
|
||||
int token =
|
||||
gAudioIO->StartStream(tracks, mT0, t1, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user