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:
@@ -32,6 +32,7 @@ DSPEngine::DSPEngine() :
|
||||
m_audioOutputDeviceIndex(-1) // default device
|
||||
{
|
||||
m_dvSerialSupport = false;
|
||||
m_masterTimer.start(50);
|
||||
}
|
||||
|
||||
DSPEngine::~DSPEngine()
|
||||
|
||||
Reference in New Issue
Block a user