[Ilugc] Looking for sound files for Tamil TTS

  • From: tshrinivasan@xxxxxxxxx (Shrinivasan T)
  • Date: Thu, 13 Mar 2014 15:24:52 +0530

I am trying to create an open source tamil Text to Speech Engine.


https://github.com/arcturusannamalai/open-tamil/

Using the above open-tamil library, I can split tamil words into letters.

========

cat letter.py

import tamil.utf8 as utf8

letters = utf8.get_letters(u"??????? ?????? ???? ????")

for letter in letters:
        print letter


==========



python letter.py
??
??
?
??

?
??
?
??

?
??
?
??
??



---------



I can split the tamil words into letters using open-tamil.

Now, looking for sound files with the sounds of all tamil letters.
So that we can map the text to sound files.


Do we have such collection online?


Thanks.


--
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com

Get CollabNet Subversion Edge :     http://www.collab.net/svnedge

Other related posts: