mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 23:21:21 +01:00
Construction of default play options moved out of AudacityProject
This commit is contained in:
@@ -185,9 +185,6 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
|
||||
virtual void ApplyUpdatedTheme();
|
||||
|
||||
AudioIOStartStreamOptions GetDefaultPlayOptions();
|
||||
AudioIOStartStreamOptions GetSpeedPlayOptions();
|
||||
|
||||
sampleFormat GetDefaultFormat() { return mDefaultFormat; }
|
||||
|
||||
double GetRate() const { return mRate; }
|
||||
@@ -644,5 +641,8 @@ public:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
AudioIOStartStreamOptions DefaultPlayOptions( AudacityProject &project );
|
||||
AudioIOStartStreamOptions DefaultSpeedPlayOptions( AudacityProject &project );
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user