https://github.com/ufal/whisper_strea...
run the server:
./whisper_online_server.py --host 0.0.0.0 --port 52000 --language ru -l ERROR --task translate
List microphones on Mac:
ffmpeg -hide_banner -f avfoundation -list_devices true -i ""
Start live stream on Mac to the server:
ffmpeg -hide_banner -f avfoundation -i ":0" -ac 1 -ar 48000 -acodec pcm_s16le -ar 16000 -f s16le -loglevel error - | nc 192.168.0.44 50000