MLX-Audio enables inference of text-to-speech (TTS) and speech-to-speech (STS) models locally on Apple Silicon Macs using MLX. Current version 0.4.3, with active development and frequent releases.
pip install mlx-audioVerified import paths — ran on the pinned version, not inferred.
Basic usage of the Audio class to load and play audio.
Install ffmpeg (e.g., brew install ffmpeg) and update any soundfile-dependent code.
Use from mlx_audio.tts import TTS or from mlx_audio.sts import STS.
Check the docs for the updated load() signature; use Audio() directly.
pip install 'setuptools<81' or use pinned dependencies from requirements.