pub async fn process_non_streaming_response(
rx: &mut Receiver<Response>,
state: SharedMistralRsState,
response_format: AudioResponseFormat,
) -> SpeechGenerationResponderExpand description
Process non-streaming speech generation responses.