Commit Graph

7 Commits

Author SHA1 Message Date
Laurent
31bcee0ed4 Bump the version numbers. 2025-07-19 15:56:12 +02:00
Laurent Mazare
a98eb94ade
Add a streaming example for the mlx tts. (#85)
* Add a streaming example for the mlx tts.

* Fix the CI.

* Formatting fix.

* Yet another CI fix.
2025-07-16 22:35:44 +02:00
Laurent Mazare
d3bed09f9a
Pin the moshi_mlx version. (#35) 2025-07-03 09:53:53 +02:00
Václav Volhejn
ef52b8ef0f
Add Rust server usage example (#32)
* Run Ruff on tts_mlx.py

* Add tts_rust_server.py example

* Remove unused HF repo arguments and reset audio output data in TTS server script
2025-07-03 09:47:50 +02:00
Laurent Mazare
d92e4c2695
Use the on_frame callback in the mlx tts example. (#34) 2025-07-03 09:29:04 +02:00
Laurent Mazare
ae575a04c6
Handle stdin in the mlx tts example. (#31) 2025-07-02 18:59:04 +02:00
Laurent Mazare
7294fbcc3a
Add the MLX TTS example. (#27)
* Add the MLX TTS example.

* Audio playback.

* Allow for playing the audio in a streaming way.
2025-07-02 16:52:26 +02:00