senstella commited on
Commit
8ae1553
·
verified ·
1 Parent(s): b8e276d

add mlx-audio!

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -28,3 +28,13 @@ pip install -U parakeet-mlx
28
  ```bash
29
  parakeet-mlx audio.wav --model mlx-community/parakeet-tdt-0.6b-v2
30
  ```
 
 
 
 
 
 
 
 
 
 
 
28
  ```bash
29
  parakeet-mlx audio.wav --model mlx-community/parakeet-tdt-0.6b-v2
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-tdt-0.6b-v2 --audio audio.wav --output somewhere
40
+ ```