The Wire · Showcase
SPEECH-TO-SPEECH SHIPS ORDERED ASSISTANT FIX, HUB SDK PATCHES PROGRESS BAR BUG
By RepoJournal · Filed · About Hugging Face
Hugging Face speech-to-speech preserves assistant text and tool output in a single ordered sequence, eliminating split-queue complexity across parsing, Realtime events, and conversation history.
The fix [1] routes ordered assistant events and their matching audio through one FIFO path, removing response ordinals and per-output audio bookkeeping that created ordering races. A companion fix [2] resolves a demo client state bug where empty STT transcriptions left WebSocket and WebRTC clients stuck in processing mode instead of returning to listening. On the SDK front, huggingface_hub v1.27.0 landed yesterday, and the team is already shipping critical fixes: the Xet transfer bar now respects a caller's custom tqdm_class instead of hardcoding the built-in tqdm [3], ensuring progress bars honor documented customization. DeepInfra inference provider gains text-to-speech support [4], targeting their OpenAI-compatible audio endpoint. LeRobot fixes a dataset loading crash where recipes failed on frames carrying multi-camera VQA events that the default binding could not disambiguate, even when the recipe never referenced that binding [5]. Across 4 repos, 20 commits and 10 PRs shipped in the last 24 hours.
One email a day. Unsubscribe in one click.
Keep up with Hugging Face in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Pull speech-to-speech fixes to any instance using Realtime assistant responses huggingface/speech-to-speech [immediate]
- → Upgrade huggingface_hub to 1.27.0+ if you use Xet-backed repos with custom progress bars huggingface/huggingface_hub [plan]
- → Update LeRobot if using multi-camera datasets with VQA events huggingface/lerobot [plan]
References
- [1] Preserve ordered assistant text and tool output ↗ huggingface/speech-to-speech
- [2] Fix demo status after empty STT transcription ↗ huggingface/speech-to-speech
- [3] [Download] Fix tqdm_class ignored by the Xet transfer bar (#4647) huggingface/huggingface_hub
- [4] [Inference Providers] deepinfra: add text-to-speech support ↗ huggingface/huggingface_hub
- [5] fix(datasets): resolve only recipe-referenced bindings ↗ huggingface/lerobot