mlx_audio 0.2.0 copy "mlx_audio: ^0.2.0" to clipboard
mlx_audio: ^0.2.0 copied to clipboard

PlatformmacOS

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_audio

With Flutter:

 $ flutter pub add mlx_audio

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mlx_audio: ^0.2.0

Alternatively, 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';
1
likes
160
points
135
downloads

Documentation

API reference

Publisher

verified publisherksh.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #text-to-speech #whisper #mlx #on-device-ai

License

MIT (license)

Dependencies

args, http, mlx, path, wav

More

Packages that depend on mlx_audio