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

PlatformmacOS

MLX Audio implementation of provider-neutral batch STT and TTS.

Changelog #

0.2.0 #

  • Added MlxSmartTurnScorer, a TurnCompletionScorer over the pinned Smart Turn v3.2 classifier. It declares SpeechCapability.turnCompletion and runs inference in a long-lived worker isolate, so the model is loaded (and warmed) once and every window is scored off the calling isolate.
  • Added the turn-completion worker seam: MlxTurnWorker, MlxIsolateTurnWorker (production), SerializedMlxTurnWorker (tests and embedding-specific workers), MlxTurnWorkerRequest, and MlxTurnWorkerResult.
  • Added MlxSmartTurnOptions for turn-completion model routing.
  • Export MlxTtsCoordinator from the package barrel. The synthesis coordinator owned by MlxSpeechProvider was previously unnameable without a src/ import.

0.1.0 #

  • Initial public release.
0
likes
150
points
17
downloads

Documentation

API reference

Publisher

verified publisherksh.dev

Weekly Downloads

MLX Audio implementation of provider-neutral batch STT and TTS.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

audio_core, mlx_audio, speech_core

More

Packages that depend on speech_mlx