senstella commited on
Commit
a48da3b
·
verified ·
1 Parent(s): 75ea698

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-1.1b
30
  ```
 
 
 
 
 
 
 
 
 
 
 
28
  ```bash
29
  parakeet-mlx audio.wav --model mlx-community/parakeet-tdt-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-tdt-1.1b --audio audio.wav --output somewhere
40
+ ```