{"library":"mlx-audio","title":"MLX-Audio","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mlx-audio"],"cli":null},"imports":["from mlx_audio import Audio","from mlx_audio.tts import TTS","from mlx_audio.sts import STS"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mlx_audio import Audio\n\n# Load and play an audio file\naudio = Audio(\"path/to/audio.wav\")\nprint(audio.shape)\naudio.play()","lang":"python","description":"Basic usage of the Audio class to load and play audio.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}