| 37 | } |
| 38 | |
| 39 | int ModemUSB::getDefaultSampleRate() { |
| 40 | return 5400; |
| 41 | } |
| 42 | |
| 43 | void ModemUSB::demodulate(ModemKit *kit, ModemIQData *input, AudioThreadInput *audioOut) { |
| 44 | auto *akit = (ModemKitAnalog *)kit; |
nothing calls this directly
no outgoing calls
no test coverage detected