AudioStream: Add surround expansion via FreeSurround
This commit is contained in:
@@ -18,6 +18,9 @@ public:
|
||||
~AudioSettingsWidget();
|
||||
|
||||
private Q_SLOTS:
|
||||
void onExpansionModeChanged();
|
||||
void onStretchModeChanged();
|
||||
|
||||
void updateDriverNames();
|
||||
void updateLatencyLabel();
|
||||
void updateVolumeLabel();
|
||||
@@ -26,6 +29,9 @@ private Q_SLOTS:
|
||||
void onFastForwardVolumeChanged(int new_value);
|
||||
void onOutputMutedChanged(int new_state);
|
||||
|
||||
void onExpansionSettingsClicked();
|
||||
void onStretchSettingsClicked();
|
||||
|
||||
private:
|
||||
Ui::AudioSettingsWidget m_ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user