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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user