speech_mlx 0.2.0
speech_mlx: ^0.2.0 copied to clipboard
MLX Audio implementation of provider-neutral batch STT and TTS.
Changelog #
0.2.0 #
- Added
MlxSmartTurnScorer, aTurnCompletionScorerover the pinned Smart Turn v3.2 classifier. It declaresSpeechCapability.turnCompletionand 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, andMlxTurnWorkerResult. - Added
MlxSmartTurnOptionsfor turn-completion model routing. - Export
MlxTtsCoordinatorfrom the package barrel. The synthesis coordinator owned byMlxSpeechProviderwas previously unnameable without asrc/import.
0.1.0 #
- Initial public release.