mlalma/MisakiSwift
Swift port of Misaki G2P (grapheme-to-phoneme) library that can be used e.g. to generate phonemization for Kokoro text-to-speech engine
This tool helps developers working on speech applications to convert English text into phonetic spellings. You provide written English sentences or words, and it outputs their phonetic pronunciations (phonemes) that can then be fed into text-to-speech engines like Kokoro. It's designed for developers building iOS or macOS apps that require high-quality spoken output.
Use this if you are a Swift developer building an Apple application and need to accurately convert English text into phonemes for a text-to-speech engine, especially if you require dialect support or custom pronunciation control.
Not ideal if you need a Grapheme-to-Phoneme solution for languages other than English, or if you are not developing within the Apple ecosystem using Swift.
Stars
20
Forks
30
Language
Swift
License
Apache-2.0
Category
Last pushed
Jan 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/mlalma/MisakiSwift"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
Blaizzy/mlx-audio
A text-to-speech (TTS), speech-to-text (STT) and speech-to-speech (STS) library built on Apple's...
lenML/Speech-AI-Forge
🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server...
fishaudio/fish-speech
SOTA Open Source TTS
sidharthrajaram/StyleTTS2
🐍 🤖 Pip installable package for StyleTTS 2 human-level text-to-speech and voice cloning
mlalma/kokoro-ios
Kokoro TTS for iOS and macOSX