qfuxa commited on
Commit
5ea5ea1
Β·
1 Parent(s): e443c93
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ WhisperLiveKit consists of two main components:
33
  - **πŸ”’ Fully Local** - All processing happens on your machine - no data sent to external servers
34
  - **πŸ“± Multi-User Support** - Handle multiple users simultaneously with a single backend/server
35
 
36
- ### βš™οΈ Core ifferences from [Whisper Streaming](https://github.com/ufal/whisper_streaming)
37
 
38
  - **Automatic Silence Chunking** – Automatically chunks when no audio is detected to limit buffer size
39
  - **Multi-User Support** – Handles multiple users simultaneously by decoupling backend and online ASR
 
33
  - **πŸ”’ Fully Local** - All processing happens on your machine - no data sent to external servers
34
  - **πŸ“± Multi-User Support** - Handle multiple users simultaneously with a single backend/server
35
 
36
+ ### βš™οΈ Core differences from [Whisper Streaming](https://github.com/ufal/whisper_streaming)
37
 
38
  - **Automatic Silence Chunking** – Automatically chunks when no audio is detected to limit buffer size
39
  - **Multi-User Support** – Handles multiple users simultaneously by decoupling backend and online ASR