Releases: abpai/orb
Releases · abpai/orb
v0.2.0
What's new
- Streaming gateway playback — serve-mode TTS now pipes audio/mpeg chunks directly from tts-gateway to mpv/ffplay, replacing temp-file-per-sentence synthesis.
- Canonical gateway API — new
gateway-clientmodule withspeakSync(/v1/speech) andspeakStream(/tts/stream), matching the reference tts-gateway contract.
Fixes
- Stream session cleanup crash —
releaseLock()on Bun delayed fetch response bodies no longer throws TypeError during playback completion. - Payload encoding mismatch —
/v1/speechnow correctly sendsmultipart/form-dataand/tts/streamsendsapplication/json, matching the gateway's FastAPI route signatures.
Misc
- Tightened local quality checks (prettier, typecheck)
- Updated docs for streaming TTS setup and
/v1/speechreferences