[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:
Klaus Basan
2020-03-12 22:42:51 +01:00
committed by Mat Sutcliffe
parent 38a7542265
commit 7f4a68eb45
3 changed files with 12 additions and 12 deletions

View File

@@ -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