mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
[WASAPI] another WASAPI fix trial
* disabled the initWindowsAudioDevices call as it seems to be pointless * changed the order in CContextAudioBase::initVoiceClient * init CAudioDeviceInfoList::allDevices BEFORE CAfvClient see https://discordapp.com/channels/539048679160676382/539925070550794240/687769623827185671
This commit is contained in:
committed by
Mat Sutcliffe
parent
38a7542265
commit
7f4a68eb45
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
|
||||
QApplication qa(argc, argv);
|
||||
Q_UNUSED(qa) // application init needed
|
||||
|
||||
initWindowsAudioDevices();
|
||||
// initWindowsAudioDevices();
|
||||
CCrashHandler::instance()->init();
|
||||
CSwiftGuiStdApplication a; // application with contexts
|
||||
a.setSignalStartupAutomatically(false); // application will signal startup on its own
|
||||
|
||||
Reference in New Issue
Block a user