1. Open a session
2. Push chunks
Send each audio chunk as it becomes available. Order is preserved.3. Generate the note
When recording is finished, generate from the accumulated audio:Generating consumes the session’s accumulated audio. Open a new session for
the next consultation.
Chunking tips
- Cut chunks at natural pauses (silence ≥ 500 ms) where possible — splitting mid-word can cause the two halves to transcribe separately.
- Any of
wav,mp3,m4a,ogg,webmworks per chunk.