Constant LIVE_INPUT_SAMPLE_RATE
pub const LIVE_INPUT_SAMPLE_RATE: u32 = 16_000; // 16_000u32Expand description
The sample rate the Live API takes on the way in.
Fixed rather than configurable because the API states it natively accepts 16 kHz and resamples anything else — so the only rate worth declaring is the one callers are told to send.