Skip to content

Commit

Permalink
Update src/soundio/sounddeviceportaudio.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Waslowski <[email protected]>
  • Loading branch information
m0dB and cr7pt0gr4ph7 authored Feb 12, 2025
1 parent fba7bfe commit 8b31ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundio/sounddeviceportaudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void SoundDevicePortAudio::makeStreamInactiveAndWait() {
if (!m_finishedCV.wait_for(lock, std::chrono::seconds(1), [&] { return m_bFinished; })) {
// The timeout should not be reached, because when the process
// callback returns paAbort, the stream will finish as soon as possible.
// We have it as a last result in case inactivating the stream stalls.
// We have it as a last resort in case inactivating the stream stalls.
qWarning() << "PortAudio: Timeout reached when waiting for PortAudio finish callback";
}
}
Expand Down

0 comments on commit 8b31ff3

Please sign in to comment.