diff main/PreferencesDialog.h @ 2560:cbde01e5c626 smoother-recording

Add record-mono setting
author Chris Cannam
date Tue, 16 Jun 2020 17:04:54 +0100
parents 2197ba438a3f
children
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Mon Jun 15 18:22:31 2020 +0100
+++ b/main/PreferencesDialog.h	Tue Jun 16 17:04:54 2020 +0100
@@ -68,6 +68,7 @@
     void audioImplementationChanged(int impl);
     void audioPlaybackDeviceChanged(int device);
     void audioRecordDeviceChanged(int device);
+    void recordMonoChanged(int state);
     void resampleOnLoadChanged(int state);
     void gaplessModeChanged(int state);
     void vampProcessSeparationChanged(int state);
@@ -125,6 +126,7 @@
     int m_audioImplementation;
     int m_audioPlaybackDevice;
     int m_audioRecordDevice;
+    bool m_recordMono;
     bool m_resampleOnLoad;
     bool m_gapless;
     bool m_runPluginsInProcess;