1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Implemented a master timer in DSPEngine

This commit is contained in:
f4exb
2017-10-24 16:45:47 +02:00
parent d5ccbe4f17
commit 9cfe817e96
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ DSPEngine::DSPEngine() :
m_audioOutputDeviceIndex(-1) // default device
{
m_dvSerialSupport = false;
m_masterTimer.start(50);
}
DSPEngine::~DSPEngine()