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

Method getDefaultSampleRate

src/modules/modem/analog/ModemUSB.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int ModemUSB::getDefaultSampleRate() {
40 return 5400;
41}
42
43void ModemUSB::demodulate(ModemKit *kit, ModemIQData *input, AudioThreadInput *audioOut) {
44 auto *akit = (ModemKitAnalog *)kit;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected