tinisoft/piper-ta_IN-rasa_female-medium
0248
Piper Tamil — Rasa Female (medium)
A Piper text-to-speech voice for Tamil (ta_IN), trained on the female speaker of the AI4Bharat Rasa expressive speech dataset.
- Language: Tamil (ta_IN)
- Sample rate: 22050 Hz
- Quality: medium
- Phoneme backend: eSpeak (
voice: ta) - Framework: Piper (ONNX)
Files
Usage
Install Piper:
pip install piper-ttsSynthesize:
echo "வணக்கம், இது தமிழ் குரல் மாதிரி." \
| piper -m ta_IN-rasa_female-medium.onnx -f out.wavOr from Python:
from piper import PiperVoice
import wave
voice = PiperVoice.load("ta_IN-rasa_female-medium.onnx")
with wave.open("out.wav", "wb") as wav:
voice.synthesize("வணக்கம், இது தமிழ் குரல் மாதிரி.", wav)Sample sentence
வணக்கம், இது பைப்பர் தமிழ் மாதிரிகளின் ஒப்பீட்டு சோதனை. இந்த வாக்கியம் ஒவ்வொரு குரல் மாதிரியிலும் ஒரே மாதிரியாக உருவாக்கப்படுகிறது.
License
Released under CC-BY-4.0, matching the license of the underlying Rasa dataset.
Attribution
This model is trained on the AI4Bharat Rasa dataset. If you use this voice, please cite:
@inproceedings{ai4bharat2024rasa,
author = {Praveen Srinivasa Varadhan and Ashwin Sankar and Giri Raju and Mitesh M. Khapra},
title = {{Rasa: Building Expressive Speech Synthesis Systems for Indian Languages in Low-resource Settings}},
booktitle = {Proc. INTERSPEECH 2024},
year = {2024}
}Dataset: ai4bharat/Rasa · Paper: arXiv 2407.14056
