Function telepAIr::handlers::whisper::process_audio_packets
source ยท fn process_audio_packets(
format: &mut Box<dyn FormatReader>,
decoder: &mut Box<dyn Decoder>,
wav_writer: &mut WavWriter<BufWriter<File>>,
track_id: u32,
) -> Result<(), Box<dyn Error>>
Expand description
Processes audio packets from the format and writes them to the WAV file.