1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-31 08:58:43 +01:00

Detect whether ALSA is the portaudio host (possible only on Linux)

This commit is contained in:
Paul Licameli
2017-09-23 21:23:34 -04:00
parent 428f543677
commit a971dd5bb4
2 changed files with 9 additions and 2 deletions

View File

@@ -727,6 +727,8 @@ private:
const TimeTrack *mTimeTrack;
bool mUsingAlsa { false };
// For cacheing supported sample rates
static int mCachedPlaybackIndex;
static wxArrayLong mCachedPlaybackRates;