Real-time Audio Transcription
How It Works
- Connect: Establishes a WebSocket connection to the server.
- Start Recording: Begins capturing audio from the selected microphone and sending it to the server.
- Pause/Resume: Temporarily halts or continues audio capture and transmission.
- Stop Recording: Ends the audio capture and stops sending data to the server.
- Disconnect: Closes the WebSocket connection to the server.
The server processes the audio in real-time, returning transcriptions which are displayed in the transcript area below.
In the context of conversation calls:
- Connect: On page load.
- Start Recording: On spacebar press.
- Pause/Resume: On spacebar release.
- Stop Recording: On .stop-stream button click.
- Disconnect: On .stop-stream button click.
Initializing...