MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / AudioThreadInput

Method AudioThreadInput

src/audio/AudioThread.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 std::vector<float> data;
27
28 AudioThreadInput() :
29 frequency(0), inputRate(0), sampleRate(0), channels(0), peak(0), type(0), is_squelch_active(false) {
30
31 }
32
33
34 explicit AudioThreadInput(AudioThreadInput *copyFrom) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected