1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Separate AudioIOBase from AudioIO

This commit is contained in:
Paul Licameli
2019-06-10 15:42:38 -04:00
parent 42a4f55ffe
commit 51051ee933
6 changed files with 1861 additions and 1793 deletions

View File

@@ -1478,7 +1478,7 @@ bool AudacityApp::OnInit()
// More initialization
InitDitherers();
InitAudioIO();
AudioIO::Init();
#ifdef __WXMAC__
@@ -2041,7 +2041,7 @@ int AudacityApp::OnExit()
DeinitFFT();
DeinitAudioIO();
AudioIO::Deinit();
// Terminate the PluginManager (must be done before deleting the locale)
PluginManager::Get().Terminate();