mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 06:31:17 +01:00
Bug 1932 - (Residual) Fix stopping behavior with Play-At-Speed.
1. The rate actually used by the sound card now sets the stopping sample number. 2. The tolerance in the 'stop position' is additionally trimmed to 20 samples.
This commit is contained in:
@@ -188,6 +188,7 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
virtual void ApplyUpdatedTheme();
|
||||
|
||||
AudioIOStartStreamOptions GetDefaultPlayOptions();
|
||||
AudioIOStartStreamOptions GetSpeedPlayOptions();
|
||||
|
||||
TrackList *GetTracks() { return mTracks.get(); }
|
||||
const TrackList *GetTracks() const { return mTracks.get(); }
|
||||
|
||||
Reference in New Issue
Block a user