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

