

Update README.md
Fixed mistakes and typos
@4a85ba54a6feed2b21d11d84304db28735dc0c63
--- README.md
+++ README.md
... | ... | @@ -80,13 +80,13 @@ |
80 | 80 |
curl http://localhost:8000/v1/audio/translations -F "file=@audio.wav" |
81 | 81 |
``` |
82 | 82 |
|
83 |
-### Live Transcription (using Web Socket) |
|
83 |
+### Live Transcription (using WebSocket) |
|
84 | 84 |
From [live-audio](./examples/live-audio) example |
85 | 85 |
|
86 | 86 |
https://github.com/fedirz/faster-whisper-server/assets/76551385/e334c124-af61-41d4-839c-874be150598f |
87 | 87 |
|
88 | 88 |
[websocat](https://github.com/vi/websocat?tab=readme-ov-file#installation) installation is required. |
89 |
-Live transcribing audio data from a microphone. |
|
89 |
+Live transcription of audio data from a microphone. |
|
90 | 90 |
```bash |
91 | 91 |
ffmpeg -loglevel quiet -f alsa -i default -ac 1 -ar 16000 -f s16le - | websocat --binary ws://localhost:8000/v1/audio/transcriptions |
92 | 92 |
``` |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?