f5-myanmar-tts 🇲🇲
Official Python library and CLI for the F5-TTS Burmese Foundation Model (794.5 hours of Burmese speech, 20 epochs / 569,780 steps).
Automatically downloads and caches model weights directly from Hugging Face: freococo/F5-Myanmar-TTS.
⚡ Quickstart (CLI)
# Speak any Burmese sentence with bundled voice
f5-myanmar "လူတွေ အားလုံးကို ချစ်မြတ်နိုးပါ တန်ဖိုးထားပါ လေးစားစွာ ဆက်ဆံပါ" -o output.wav
# Clone your own voice (3 to 5 seconds of audio)
f5-myanmar "မင်္ဂလာပါ ခင်ဗျာ" --ref-audio my_voice.wav --ref-text "ကျွန်တော် မောင်မောင်ပါ" -o custom.wav
🐍 Python API (Just 3 lines!)
from f5_myanmar_tts import MyanmarTTS
# Auto-downloads model on first run!
tts = MyanmarTTS()
# Generate Burmese speech
tts.speak(
"လူတွေ အားလုံးကို ချစ်မြတ်နိုးပါ တန်ဖိုးထားပါ လေးစားစွာ ဆက်ဆံပါ",
output_file="speech.wav"
)
Advanced Voice Cloning:
tts.speak(
text="စိတ်ချမ်းသာ ကိုယ်ကျန်းမာ ရှိကြပါစေ",
ref_audio="my_reference.wav",
ref_text="ဒါက ကျွန်တော့်အသံပါ",
output_file="clone.wav",
speed=1.0
)
📜 License & Dedication
Released under CC BY-NC 4.0 for free research, cultural preservation, education, and open-source innovation.
Base model powered by F5-TTS and Vocos.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file f5_myanmar_tts-0.2.0.tar.gz.
File metadata
- Download URL: f5_myanmar_tts-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
022cf86049ce0da7bd488e4bf2df6f71b6c6fe1a3e5e324aca07e73f052aea17
|
|
| MD5 |
bff3cae8cdfb3ab8a8a9a3863caedaa5
|
|
| BLAKE2b-256 |
3b7c072febde8df35da6359b22c8bc4c117787e8b111e8d6969f5f092c29aa96
|
File details
Details for the file f5_myanmar_tts-0.2.0-py3-none-any.whl.
File metadata
- Download URL: f5_myanmar_tts-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
747393061d8ec7796d341f7fbb0a969bf015e2ad1ec7fa05a578cd6c4e39c790
|
|
| MD5 |
1d73ab3d154ad76ee2a04f5f8a29dabe
|
|
| BLAKE2b-256 |
21d741b0369dd3ad85916719984cc76ed5c4340abcea41c0fd84b117f51b8330
|