ai4bharat/Rasa
Viewer • Updated • 1.28M • 2.49k • 37
A Piper text-to-speech voice for Tamil (ta_IN), trained on the female speaker of the AI4Bharat Rasa expressive speech dataset.
voice: ta)| File | Purpose |
|---|---|
ta_IN-rasa_female-medium.onnx |
Voice model weights |
ta_IN-rasa_female-medium.onnx.json |
Voice config (phoneme map, inference params) |
sample.wav |
Demo synthesis (see "Sample sentence" below) |
Install Piper:
pip install piper-tts
Synthesize:
echo "வணக்கம், இது தமிழ் குரல் மாதிரி." \
| piper -m ta_IN-rasa_female-medium.onnx -f out.wav
Or 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)
வணக்கம், இது பைப்பர் தமிழ் மாதிரிகளின் ஒப்பீட்டு சோதனை. இந்த வாக்கியம் ஒவ்வொரு குரல் மாதிரியிலும் ஒரே மாதிரியாக உருவாக்கப்படுகிறது.
Released under CC-BY-4.0, matching the license of the underlying Rasa dataset.
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