add mlx audio
Browse files
README.md
CHANGED
|
@@ -28,3 +28,13 @@ pip install -U parakeet-mlx
|
|
| 28 |
```bash
|
| 29 |
parakeet-mlx audio.wav --model mlx-community/parakeet-rnnt-1.1b
|
| 30 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
```bash
|
| 29 |
parakeet-mlx audio.wav --model mlx-community/parakeet-rnnt-1.1b
|
| 30 |
```
|
| 31 |
+
|
| 32 |
+
### mlx-audio
|
| 33 |
+
|
| 34 |
+
```bash
|
| 35 |
+
pip install -U mlx-audio
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
python -m mlx_audio.stt.generate --model mlx-community/parakeet-rnnt-1.1b --audio audio.wav --output somewhere
|
| 40 |
+
```
|