mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-10 17:58:36 -04:00
FCD Streaming.
This commit is contained in:
@@ -44,9 +44,11 @@ void FCDThread::run()
|
||||
m_running = true;
|
||||
if ( !OpenSource("hw:CARD=V20") )
|
||||
return;
|
||||
// TODO: fallback to original fcd
|
||||
|
||||
while(m_running) {
|
||||
work(BLOCKSIZE);
|
||||
if ( work(BLOCKSIZE) < 0)
|
||||
break;
|
||||
}
|
||||
CloseSource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user