From 051bac905d3ab8776c804e0e21fecd4c49927549 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jul 2024 14:46:44 +0200 Subject: Stop instantiating RtAudio all over the place and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion. --- src/wx/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/wscript') diff --git a/src/wx/wscript b/src/wx/wscript index a6eefa69f..f52f71afc 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -26,6 +26,7 @@ import i18n sources = """ about_dialog.cc + audio_backend.cc audio_dialog.cc audio_gain_dialog.cc audio_mapping_view.cc -- cgit v1.2.3