mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
refs #381, adjust GUI for new voice vatlib
* Only 1 volume * No tests (squelch ...) * loopback * required backed functions in context
This commit is contained in:
@@ -45,10 +45,13 @@ namespace BlackGui
|
||||
void ps_onMuteChanged(bool muted);
|
||||
|
||||
//! Volumes changed (elsewhere)
|
||||
void ps_onVolumesChanged(qint32 com1Volume, qint32 com2Volume);
|
||||
void ps_onOutputVolumeChanged(int volume);
|
||||
|
||||
//! Change values because of volume GUI controls
|
||||
void ps_changeVolume();
|
||||
void ps_changeOutputVolumeFromSlider(int volume);
|
||||
|
||||
//! Change values because of volume GUI controls
|
||||
void ps_changeOutputVolumeFromSpinBox(int volume);
|
||||
|
||||
//! Requested windows mixer
|
||||
void ps_onWindowsMixerRequested();
|
||||
|
||||
Reference in New Issue
Block a user