feat(mobile): add on-device Pocket TTS - #3290
Draft
johnmatthewtennant wants to merge 18 commits into
Draft
Conversation
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
* origin/main: Publish symbol-bearing debug relay images (#3250) feat(tracing): add datastore tracing plumbing (#2760) fix(buzz-acp): accept id-keyed config options when resolving model switch (#2795) fix(desktop): probe legacy Goose install dir on Windows (#3248) refactor(desktop): extract install command execution into install_exec (#3251) Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
johnmatthewtennant
added a commit
that referenced
this pull request
Jul 28, 2026
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
johnmatthewtennant
force-pushed
the
jtennant/mobile-pocket-tts
branch
from
July 28, 2026 13:17
199f931 to
c0e3080
Compare
johnmatthewtennant
changed the base branch from
jt/buzz-voice-refactor
to
jtennant/pocket-tts-april-runtime
July 28, 2026 13:18
johnmatthewtennant
added a commit
that referenced
this pull request
Jul 28, 2026
johnmatthewtennant
added a commit
that referenced
this pull request
Jul 28, 2026
Contributor
Author
johnmatthewtennant
force-pushed
the
jtennant/pocket-tts-april-runtime
branch
from
July 28, 2026 13:52
2e67663 to
394b4b4
Compare
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.

Context
Desktop Buzz can read conversations aloud with an on-device Pocket TTS model. Mobile did not have the same private, offline voice path.
Summary
Adds on-device Pocket TTS to Buzz Mobile using the shared April 2026 runtime. The model is downloaded after install, synthesized on a warm worker isolate, and played through native iOS and Android audio.
Changes
buzz-voice-mobileC ABI with persistent engine reuse, FP32 model selection, cancellation, and reset support.58a6d00cf13d239b6748cb0769f35c580a8f606c.Related issue
N/A
Testing
just ciScreenshots
The current Pocket Voice settings screenshot is attached in a PR comment.
Reviewer-reproducible examples
The production Android integration completed a full 440,213,643-byte download and reported:
The integration exercises cold download, warm synthesis, native playback, immediate queued cancellation, and cancellation during synthesis.
Notes