mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Double-click record with overdub pins record head center not right
This commit is contained in:
@@ -382,7 +382,8 @@ class AUDACITY_DLL_API AudioIO final {
|
||||
double GetStreamTime();
|
||||
|
||||
sampleFormat GetCaptureFormat() { return mCaptureFormat; }
|
||||
int GetNumCaptureChannels() { return mNumCaptureChannels; }
|
||||
int GetNumPlaybackChannels() const { return mNumPlaybackChannels; }
|
||||
int GetNumCaptureChannels() const { return mNumCaptureChannels; }
|
||||
|
||||
/** \brief Array of common audio sample rates
|
||||
*
|
||||
|
Reference in New Issue
Block a user