1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +02:00

Less scrub lag: don't poll for available data, get woken up directly

This commit is contained in:
Paul Licameli
2016-05-13 19:15:29 -04:00
parent 3792d18f2d
commit 52910f4f07
2 changed files with 38 additions and 9 deletions

View File

@@ -650,7 +650,7 @@ private:
bool mInputMixerWorks;
float mMixerOutputVol;
enum {
volatile enum {
PLAY_STRAIGHT,
PLAY_LOOPED,
#ifdef EXPERIMENTAL_SCRUBBING_SUPPORT