package audio // RecorderSampleRate is the rate the QSO recorder works in. // // Exported because a source that is NOT a sound card — the TCI receive stream, // the Icom network audio — has to resample into it, and hard-coding 16000 at // each of those call sites is how one of them ends up at the wrong speed after // this constant is ever changed. const RecorderSampleRate = sampleRate