add implementation plan for Vorleser greenfield rebuild

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 21:36:59 +01:00
parent f53eb59ec3
commit 6c19f89287
2 changed files with 2341 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,9 @@ Quality is the top priority — if the voice isn't pleasant to listen to, nothin
No GPL dependencies. No C libraries. Pure Swift throughout.
**App size note:** Kokoro-82M weights are ~330MB. This is bundled in the app for v1. If App Store review flags the size, on-demand resources or a first-launch download can be added later without architectural changes.
**App size note:** Kokoro-82M weights are ~600MB (safetensors format) plus ~14MB for voice embeddings (voices.npz). This is bundled in the app for v1. If App Store review flags the size, on-demand resources or a first-launch download can be added later without architectural changes.
**Platform constraints:** iOS 18.0+ / macOS 15.0+ (required by KokoroSwift and MisakiSwift). MLX does not work in the iOS Simulator — real device required for TTS testing. Swift 6.2 toolchain required.
## Architecture