14QPulseAudioDevices::QPulseAudioDevices()
16 pulseEngine =
new QPulseAudioContextManager();
20 QObject::connect(pulseEngine, &QPulseAudioContextManager::audioInputsChanged,
this,
21 &QPulseAudioDevices::onAudioInputsChanged, Qt::DirectConnection);
22 QObject::connect(pulseEngine, &QPulseAudioContextManager::audioOutputsChanged,
this,
23 &QPulseAudioDevices::onAudioOutputsChanged, Qt::DirectConnection);