mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
AudioCommon: Added Granular Synthesis
This commit is contained in:
parent
e82f03b825
commit
f09ba10daa
51 changed files with 387 additions and 7928 deletions
|
@ -18,6 +18,7 @@ class QRadioButton;
|
|||
class QSlider;
|
||||
class QSpinBox;
|
||||
class SettingsWindow;
|
||||
class ConfigBool;
|
||||
|
||||
class AudioPane final : public QWidget
|
||||
{
|
||||
|
@ -71,12 +72,7 @@ private:
|
|||
QComboBox* m_wasapi_device_combo;
|
||||
#endif
|
||||
|
||||
// Audio Stretching
|
||||
QCheckBox* m_stretching_enable;
|
||||
QLabel* m_stretching_buffer_label;
|
||||
QSlider* m_stretching_buffer_slider;
|
||||
QLabel* m_stretching_buffer_indicator;
|
||||
|
||||
// Misc Settings
|
||||
QCheckBox* m_speed_up_mute_enable;
|
||||
ConfigBool* m_audio_fill_gaps;
|
||||
ConfigBool* m_speed_up_mute_enable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue