fix typo
Browse files
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
|
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
|