Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9600bb8
feat: Qwen3-TTS CoreML conversion pipeline
Alex-Wengg Jan 28, 2026
b0942e5
feat: add best-of-n sampling for improved prosody
Alex-Wengg Jan 28, 2026
f784c7d
fix: use sampling for code_predictor to prevent muffled audio
Alex-Wengg Jan 28, 2026
9f69b33
fix: include RMS in audio scoring to select louder, clearer audio
Alex-Wengg Jan 28, 2026
2108b85
fix: eliminate double code_predictor calls to reduce background noise
Alex-Wengg Jan 28, 2026
e3ee51c
feat: PocketTTS pure CoreML pipeline — zero PyTorch dependency
Alex-Wengg Jan 28, 2026
5ca5880
chore: remove redundant debug, test, and old conversion scripts
Alex-Wengg Jan 28, 2026
b44c071
docs: add trial log and conversion guide for PocketTTS CoreML
Alex-Wengg Jan 28, 2026
7f63055
feat: add PocketTTS Python package, conversion scripts, and docs
Alex-Wengg Jan 29, 2026
7d7f370
refactor: use spectral similarity instead of Resemblyzer
Alex-Wengg Feb 4, 2026
87fe41d
feat: add Qwen3-TTS v9/v10 conversion, bilingual testing, and RAM mea…
Alex-Wengg Feb 5, 2026
3d87e9a
docs: add issue documentation for Qwen3-TTS conversion and integration
Alex-Wengg Feb 5, 2026
4fd954e
chore: remove debug, intermediate, and measurement scripts
Alex-Wengg Feb 5, 2026
d8760e1
refactor: organize scripts into convert/, explore/, test/ subfolders
Alex-Wengg Feb 5, 2026
a5c8e04
docs: add Swift integration and performance issue documentation
Alex-Wengg Feb 5, 2026
c6cfa40
Merge main into feature/qwen3-tts-coreml (accept main for pocket_tts …
Alex-Wengg Feb 5, 2026
b47105f
chore: remove unrelated pocket_tts files from PR
Alex-Wengg Feb 5, 2026
4c69dd2
docs: add debugging methodology guide for CoreML model conversion
Alex-Wengg Feb 5, 2026
2a5a173
fix: correct EOS token ID and add uv.lock for Qwen3 TTS
Alex-Wengg Mar 21, 2026
1e77d03
revert root .gitignore to match main
Alex-Wengg Mar 21, 2026
a4765ff
Merge remote-tracking branch 'origin/main' into feature/qwen3-tts-coreml
Alex-Wengg Mar 21, 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
Prev Previous commit
Next Next commit
chore: remove unrelated pocket_tts files from PR
  • Loading branch information
Alex-Wengg committed Feb 5, 2026
commit b47105fba48e88b6f6b35231523366f2873b0b7e
88 changes: 0 additions & 88 deletions models/tts/pocket_tts/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions models/tts/pocket_tts/LICENSE

This file was deleted.

161 changes: 0 additions & 161 deletions models/tts/pocket_tts/README.md

This file was deleted.

Loading