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

FCD Streaming.

This commit is contained in:
John Greb
2014-12-01 16:56:27 +00:00
parent 46dcbe6db7
commit 21578a555e
3 changed files with 20 additions and 7 deletions
+1 -2
View File
@@ -39,11 +39,10 @@ public:
bool OpenSource(const char *filename);
void CloseSource();
void set_center_freq(double freq);
void work(int n_items);
int work(int n_items);
private:
snd_pcm_format_t fcd_format;
snd_pcm_t* fcd_handle = NULL;
snd_pcm_stream_t fcd_stream;
QMutex m_startWaitMutex;
QWaitCondition m_startWaiter;