Update README.md
Browse files
README.md
CHANGED
|
@@ -48,13 +48,11 @@ This project reuses and extends code from the original Whisper Streaming reposit
|
|
| 48 |
whisper-timestamped
|
| 49 |
faster-whisper (faster backend on NVIDIA GPU)
|
| 50 |
mlx-whisper (faster backend on Apple Silicon)
|
| 51 |
-
|
| 52 |
-
and torch if you want to use VAC (Voice Activity Controller)
|
| 53 |
```
|
| 54 |
- Optionnal dependencies
|
| 55 |
|
| 56 |
```
|
| 57 |
-
# If you want to use VAC (Voice Activity Controller)
|
| 58 |
torch
|
| 59 |
|
| 60 |
# If you choose sentences as buffer trimming strategy
|
|
|
|
| 48 |
whisper-timestamped
|
| 49 |
faster-whisper (faster backend on NVIDIA GPU)
|
| 50 |
mlx-whisper (faster backend on Apple Silicon)
|
|
|
|
|
|
|
| 51 |
```
|
| 52 |
- Optionnal dependencies
|
| 53 |
|
| 54 |
```
|
| 55 |
+
# If you want to use VAC (Voice Activity Controller). Useful for preventing hallucinations
|
| 56 |
torch
|
| 57 |
|
| 58 |
# If you choose sentences as buffer trimming strategy
|