| 29 | } |
| 30 | |
| 31 | int ModemIQ::checkSampleRate(long long /* sampleRate */, int audioSampleRate) { |
| 32 | return audioSampleRate; |
| 33 | } |
| 34 | |
| 35 | int ModemIQ::getDefaultSampleRate() { |
| 36 | return 48000; |
nothing calls this directly
no outgoing calls
no test coverage detected