1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

Poller thread leaves messages, Audio interprets; a buffer not a queue

This commit is contained in:
Paul Licameli
2018-08-17 13:14:59 -04:00
parent 832bcef3a6
commit 9d17d335b7
3 changed files with 76 additions and 122 deletions

View File

@@ -362,7 +362,7 @@ class AUDACITY_DLL_API AudioIO final {
* scrub speed, adjust the beginning of the scrub interval rather than the
* end, so that the scrub skips or "stutters" to stay near the cursor.
*/
bool UpdateScrub(double endTimeOrSpeed, const ScrubbingOptions &options);
void UpdateScrub(double endTimeOrSpeed, const ScrubbingOptions &options);
void StopScrub();