summaryrefslogtreecommitdiffstats
path: root/include-gpl/dsp/dspengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include-gpl/dsp/dspengine.h')
-rw-r--r--include-gpl/dsp/dspengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include-gpl/dsp/dspengine.h b/include-gpl/dsp/dspengine.h
index 28d2dae..05277e1 100644
--- a/include-gpl/dsp/dspengine.h
+++ b/include-gpl/dsp/dspengine.h
@@ -64,6 +64,7 @@ public:
void removeAudioSource(AudioFifo* audioFifo);
void configureCorrections(bool dcOffsetCorrection, bool iqImbalanceCorrection);
+ void configureAudioOutput(const QString& audioOutput, quint32 audioOutputRate);
State state() const { return m_state; }