TODO: live vs streaming ## Live Transcription (using WebSocket) !!! note More content will be added here soon. From [live-audio](https://github.com/speaches-ai/speaches/tree/master/examples/live-audio) example [websocat](https://github.com/vi/websocat?tab=readme-ov-file#installation) installation is required. Live transcription of audio data from a microphone. ```bash ffmpeg -loglevel quiet -f alsa -i default -ac 1 -ar 16000 -f s16le - | websocat --binary ws://localhost:8000/v1/audio/transcriptions ```