Hi,

what you can do is use the synthesizeToFile method of the TextToSpeech
Class. That will write the result of the speech synthesis into a wav file. You
can than do any processing you like on the generated file and play it back
later.

regards,
berliner

Am 04.10.2010 um 22:02 schrieb JimmyHoffa:

> Hi all,
> 
> Just a passing thought I wanted to check out whether it's possible
> using the TTS engine to apply effects to voices.
> 
> Without beating around the bush my 'requirement' if you can call it
> that is to playback a robot sounding version of whatever sentence the
> user has recorded using a mix of voice recognition and then effects
> processing and playback....
> 
> From what I saw though with TTS you can only use playback text using
> whatever language/voice you have in your settings.. there's no room to
> tweak the voice..
> 
> So looking for any corrections if I'm wrong and it is possible or
> advice on how to accomplish what I mentioned..
> 
> Thanks.
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to