mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-20 18:39:13 -04:00
cleanup
This commit is contained in:
parent
532968a818
commit
7f5031b6e5
@ -20,15 +20,6 @@
|
||||
static int patestCallback(const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo* timeInfo,
|
||||
PaStreamCallbackFlags statusFlags, void *userData);
|
||||
|
||||
// declare a new type of event, to be used by our AudioThread class:
|
||||
//wxDECLARE_EVENT(wxEVT_COMMAND_AudioThread_COMPLETED, wxThreadEvent);
|
||||
//wxDECLARE_EVENT(wxEVT_COMMAND_AudioThread_UPDATE, wxThreadEvent);
|
||||
//wxDECLARE_EVENT(wxEVT_COMMAND_AudioThread_INPUT, wxThreadEvent);
|
||||
|
||||
enum {
|
||||
EVENT_AUDIO_INPUT = wxID_HIGHEST + 3
|
||||
};
|
||||
|
||||
class AudioThread: public wxThread {
|
||||
public:
|
||||
std::queue<std::vector<float> > audio_queue;
|
||||
|
@ -14,10 +14,6 @@
|
||||
#include "liquid/liquid.h"
|
||||
|
||||
|
||||
enum {
|
||||
EVENT_DEMOD_INPUT = wxID_HIGHEST + 2
|
||||
};
|
||||
|
||||
class DemodulatorThread: public wxThread {
|
||||
public:
|
||||
DemodulatorThread(DemodulatorThreadQueue* pQueue, int id = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user