TODO: live vs streaming

Live Transcription (using WebSocket)#

!!! note

More content will be added here soon.

TODO: fix link
From live-audio example

https://github.com/fedirz/faster-whisper-server/assets/76551385/e334c124-af61-41d4-839c-874be150598f

websocat installation is required.
Live transcription of audio data from a microphone.

ffmpeg -loglevel quiet -f alsa -i default -ac 1 -ar 16000 -f s16le - | websocat --binary ws://localhost:8000/v1/audio/transcriptions