1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -04:00

DSD demod DV serial support revised audio processing

This commit is contained in:
f4exb
2016-05-09 01:26:39 +02:00
parent ea4dbc550a
commit ba71089aff
3 changed files with 69 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ DSPEngine::DSPEngine() :
m_audioSampleRate(48000) // Use default output device at 48 kHz
{
m_deviceEngine = new DSPDeviceEngine();
m_dvSerialSupport = false;
}
DSPEngine::~DSPEngine()