diff options
| -rw-r--r-- | courtroom.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 14d3cbb3..97d1f714 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -18,7 +18,8 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() ao_app = p_ao_app; //initializing sound device - BASS_Init(-1, 44100, BASS_DEVICE_LATENCY, 0, NULL); + BASS_Init(-1, 48000, BASS_DEVICE_LATENCY, 0, NULL); + BASS_PluginLoad("bassopus.dll", BASS_UNICODE); keepalive_timer = new QTimer(this); keepalive_timer->start(60000); |
