java - Text to speech converter -
i going create text speech converter, can executed in both windows, , linux based systems. can please me answer following questions;
- what language should use; java, c++ or other?
- the program going create should able read large chunks of data.
- there should sound quality.
- what libraries available achieve this?
please share experiences well.
use language you're comfortable with. learned hard way when tried re-code raytracer in c++, coming python background. took me weeks function...
basically, you'll frustrated nuances of new language before can coding something, suggest stick know.
that's independent of language. makes sure read data in chunks (like
2048
kilobytes @ time). reading big file ram not great idea, can't sure end user has enough ram (audio files can big).this trivial. can't program sound quality. that's you.
there exist few implementations of tts linux, that's can recommend. @ festival, 1 of ones can understand.
Comments
Post a Comment