1
0
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:
James Crook
2018-08-19 10:37:43 +01:00
parent aaad7dd08d
commit 3bb48a21df
4 changed files with 32 additions and 16 deletions

View File

@@ -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(); }