summaryrefslogtreecommitdiff
path: root/src/wx/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-25 14:46:44 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-26 11:39:59 +0200
commit051bac905d3ab8776c804e0e21fecd4c49927549 (patch)
tree07fef88f1fa0c53fca71098b63caec8589b0c9cb /src/wx/wscript
parentc7d5e56219f39a6304be9644cc577d89be16b7de (diff)
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.
Diffstat (limited to 'src/wx/wscript')
-rw-r--r--src/wx/wscript1
1 files changed, 1 insertions, 0 deletions
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