mlx_audio 0.1.0
mlx_audio: ^0.1.0 copied to clipboard
On-device speech for Apple Silicon: Parakeet-TDT and Whisper speech-to-text and PocketTTS text-to-speech, built on the mlx array framework via mlx-c.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mlx_audioWith Flutter:
$ flutter pub add mlx_audioThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mlx_audio: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mlx_audio/mlx_audio.dart';