We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I am working at the Moment on a Kind of siri Software. So is it possible to use the Google api with processing for tts? I found that: https://amnonp5.wordpress.com/2011/11/26/text-to-speech/ but it is not working :| I am using the latest Version of processing, so it should work.
Answers
Which TTS API are you planning on using?
I believe the old API is agressively limited / blocked -- and ways of accessing it have changed a number of times since 2011 (including just this year) so old solutions won't work.
You might want to start by getting developer access to GoogleTTS service and just confirming that you can access it and it works. THEN incorporate it into Processing.
Ok thank you. The link is now working. i have that:
but is there a way to load web Audio files into Processing?
@Pajerro -- re:"A way to load web audio files into Processing?"
I'm not actually sure -- perhaps someone else can answer this.
Check out the Processing Sound Library reference .... and if SoundFile doesn't work, maybe loadBytes / saveBytes?