[AFV] Ref T730, changed to "startedAudio" signal, relayed from CAfvClient (and not like before emitted in context)

Since start can be async (in another thread) it was possible the "old" signal was emitted too early
This commit is contained in:
Klaus Basan
2019-10-13 01:44:50 +02:00
parent 0a24d80291
commit f76448fbaf
4 changed files with 17 additions and 24 deletions

View File

@@ -166,8 +166,8 @@ namespace BlackCore
//! Changed audio devices (e.g. device enabled/disable)
void changedAudioDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices);
//! Changed slection of audio devices
void changedSelectedAudioDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices);
//! Audio started with
void startedAudio(const BlackMisc::Audio::CAudioDeviceInfo &input, const BlackMisc::Audio::CAudioDeviceInfo &output);
//! VU levels @{
void inputVolumePeakVU(double value);