| 21 | } |
| 22 | |
| 23 | ModemUSB::~ModemUSB() { |
| 24 | iirfilt_crcf_destroy(ssbFilt); |
| 25 | nco_crcf_destroy(ssbShift); |
| 26 | firhilbf_destroy(c2rFilt); |
| 27 | } |
| 28 | |
| 29 | int ModemUSB::checkSampleRate(long long sampleRate, int /* audioSampleRate */) { |
| 30 | if (sampleRate < MIN_BANDWIDTH) { |
nothing calls this directly
no outgoing calls
no test coverage detected