Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9b6fe53
refactor(desktop): extract reusable Pocket voice primitives
johnmatthewtennant Jul 27, 2026
6bbfb6d
Make Pocket TTS comments timeless
johnmatthewtennant Jul 28, 2026
44ce8b0
feat(voice): expose mobile linking and cancellation
johnmatthewtennant Jul 28, 2026
55eae44
fix(voice): link official sherpa mobile libraries
johnmatthewtennant Jul 28, 2026
cb7b330
docs(voice): clarify callback and vendoring
johnmatthewtennant Jul 28, 2026
d75e997
fix(voice): label reusable diagnostics
johnmatthewtennant Jul 28, 2026
315defe
fix(ci): preserve patched sherpa version in cargo chef
johnmatthewtennant Jul 28, 2026
0f97b7e
fix(ci): provide sherpa patch to push gateway cook
johnmatthewtennant Jul 28, 2026
d9193ad
Add reusable April Pocket runtime
johnmatthewtennant Jul 28, 2026
70fdead
feat(mobile): add Pocket TTS
johnmatthewtennant Jul 28, 2026
302d4ca
fix(mobile): harden Pocket voice playback
johnmatthewtennant Jul 28, 2026
a052488
fix(mobile): harden Pocket voice lifecycle
johnmatthewtennant Jul 28, 2026
2d934cb
fix(voice): satisfy canonical formatting gates
johnmatthewtennant Jul 28, 2026
6554523
fix(mobile): scope Pocket settings golden to macOS
johnmatthewtennant Jul 28, 2026
cc28794
fix(mobile): install Android Rust targets
johnmatthewtennant Jul 28, 2026
f0d9f36
feat(mobile): adopt April Pocket FP32 runtime
johnmatthewtennant Jul 28, 2026
4691cad
fix(mobile): preserve Pocket cancellation and native exports
johnmatthewtennant Jul 28, 2026
a75a215
feat(mobile): add Android system TTS fallback
johnmatthewtennant Jul 28, 2026
a0b9f7b
fix(mobile): harden system TTS edge cases
johnmatthewtennant Jul 28, 2026
d490d4f
fix(mobile): fence fallback lifecycle transitions
johnmatthewtennant Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/target/
/dist/
/admin-web/dist/
/mobile/.generated/voice/

# lefthook-generated hook scripts (machine-specific)
.hooks/
Expand Down
Loading
Loading