f5-myanmar-tts 🇲🇲 (v2)
Official Python library and CLI for the F5-TTS Burmese v2 Foundation Model (1,025,604 updates / 36 epochs).
Now featuring 50% smaller download size (~643 MB FP16 model) and native Burmese syllable-aware pacing.
Automatically downloads and caches model weights directly from Hugging Face: freococo/F5-Myanmar-TTS.
⚡ Quickstart (CLI)
# Speak any Burmese sentence with default 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
from f5_myanmar_tts import MyanmarTTS
# Auto-downloads lightweight v2 FP16 model (~643MB) on first run
tts = MyanmarTTS()
# Generate Burmese speech
tts.speak(
"လူတွေ အားလုံးကို ချစ်မြတ်နိုးပါ တန်ဖိုးထားပါ လေးစားစွာ ဆက်ဆံပါ",
output_file="speech.wav"
)
🌟 What's New in v2
- 1,025,604 Updates: Trained past 1 Million updates (36 epochs) for superior tone and syllable consistency.
- FP16 Optimized: Pruned model weights down from 1.3 GB to 643 MB for 2x faster downloads.
- Natural Pacing: Automatic silence trimming and duration calculations to prevent cut-offs.
📜 License & Dedication
Released under CC BY-NC 4.0 for free research, cultural preservation, education, and open-source innovation.
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.1.tar.gz.
File metadata
- Download URL: f5_myanmar_tts-0.2.1.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 |
6b283a10b66453f9ebe4ed6336e2ea720b6eef74a0c9b5a5808506019e26db02
|
|
| MD5 |
79d371122df62ed211f84325b0dddb41
|
|
| BLAKE2b-256 |
e53dbc7662511c770f4f82609c5650e127e9bbc9cd8dd0c390505815b60534b4
|
File details
Details for the file f5_myanmar_tts-0.2.1-py3-none-any.whl.
File metadata
- Download URL: f5_myanmar_tts-0.2.1-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 |
dcf2687d0b5e1b84538dbbea29fe5925268048283547c15873b6b2ede821f8b9
|
|
| MD5 |
e9187858cb2edb51139459b50479859a
|
|
| BLAKE2b-256 |
517332ff030a5e9580c7cd33a596d9a6f45ccc3beae053e4d05efa5ecff38171
|