mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-21 23:28:38 -04:00
Recording path notify, bookmark panel record buttons, tweaks and adjustments
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
AudioSinkThread::AudioSinkThread() {
|
||||
inputQueuePtr = std::make_shared<AudioThreadInputQueue>();
|
||||
inputQueuePtr->set_max_num_items(1000);
|
||||
setInputQueue("input", inputQueuePtr);
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ public:
|
||||
std::vector<float> data;
|
||||
|
||||
AudioThreadInput() :
|
||||
frequency(0), sampleRate(0), inputRate(0), channels(0), peak(0), type(0) {
|
||||
frequency(0), inputRate(0), sampleRate(0), channels(0), peak(0), type(0) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user