1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 22:43:01 +02:00

Fix linux debug complaints of missing thread shut-down...

... caused by commit b47bcb548e
This commit is contained in:
Paul Licameli
2016-08-15 21:19:50 -04:00
parent 5a8801fcd6
commit 15a60bde4b
3 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ using WaveTrackArray = std::vector < WaveTrack* >;
extern AUDACITY_DLL_API AudioIO *gAudioIO;
void InitAudioIO();
void DeinitAudioIO();
wxString DeviceName(const PaDeviceInfo* info);
wxString HostName(const PaDeviceInfo* info);
bool ValidateDeviceNames();