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

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)

Usage

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)

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

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train tinisoft/piper-ta_IN-rasa_female-medium

Paper for tinisoft/piper-ta_IN-rasa_female-medium