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

Method checkSampleRate

src/modules/modem/analog/ModemIQ.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int ModemIQ::checkSampleRate(long long /* sampleRate */, int audioSampleRate) {
32 return audioSampleRate;
33}
34
35int ModemIQ::getDefaultSampleRate() {
36 return 48000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected