Add streaming Siri TTS to Buzz#2945
Open
johnmatthewtennant wants to merge 4 commits into
Open
Conversation
* origin/main: (55 commits) Fix formatting in README.md diagram (block#2284) fix(desktop): make Linux AppImage GStreamer work on non-Debian distros (block#2176) refactor(desktop): remove Agent directory section from Agents page (block#2290) fix(desktop): enable arboard Wayland backend so Linux copies reach the Wayland clipboard (block#2904) fix(desktop): supervise and re-arm relay-mesh runtime (block#2823) fix(agents): run live Databricks discovery instead of the fallback list (block#2890) fix(desktop): retire prepend mode on every reader wheel (block#2913) fix(desktop): consolidate prepend scroll correction (block#2855) docs(buzz-acp): correct agent key generation instructions (block#2875) fix(desktop): track concurrent agent turns up to the harness maximum (block#2882) docs(contributing): trim to goose-scale minimal intake surface (block#2780) fix(relay): preserve reconnect backoff (block#2759) refactor(relay): expose reconnect timing policy (block#2310) fix(desktop): clear stale working badges on agent stop/restart (block#2803) fix(desktop): surface agent rename relay profile sync failure as a warning toast (block#2279) fix(docker): create /data/git so the compose volume inherits buzz ownership (block#2840) fix(mobile): invalidate DM directory providers at the community boundary (block#2842) feat(relay): make per-owner community limit configurable via BUZZ_MAX_COMMUNITIES_PER_OWNER (block#2599) fix(discovery): inject PATH into Codex adapter planning (block#2767) chore(release): release Buzz Desktop version 0.4.26 (block#2808) ...
johnmatthewtennant
marked this pull request as ready for review
July 26, 2026 05:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an experimental native Siri speech backend to Buzz, alongside the existing local Pocket TTS path, so huddle speech quality and latency can be evaluated without exercising real huddle functionality.
Siri support is macOS-only and uses an experimental private system service. Pocket TTS remains the default backend.
Related issue
None found.
Testing
just ci