mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-23 07:22:26 -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,
|
static int patestCallback(const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo* timeInfo,
|
||||||
PaStreamCallbackFlags statusFlags, void *userData);
|
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 {
|
class AudioThread: public wxThread {
|
||||||
public:
|
public:
|
||||||
std::queue<std::vector<float> > audio_queue;
|
std::queue<std::vector<float> > audio_queue;
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
#include "liquid/liquid.h"
|
#include "liquid/liquid.h"
|
||||||
|
|
||||||
|
|
||||||
enum {
|
|
||||||
EVENT_DEMOD_INPUT = wxID_HIGHEST + 2
|
|
||||||
};
|
|
||||||
|
|
||||||
class DemodulatorThread: public wxThread {
|
class DemodulatorThread: public wxThread {
|
||||||
public:
|
public:
|
||||||
DemodulatorThread(DemodulatorThreadQueue* pQueue, int id = 0);
|
DemodulatorThread(DemodulatorThreadQueue* pQueue, int id = 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user