Skip to main content
Tweeted twitter.com/#!/StackProgrammer/status/181347304106762240
deleted 23 characters in body
Source Link
yannis
  • 39.7k
  • 40
  • 185
  • 218

I have written a small front-end to the Festival TTS system using Python/Django. I wish to deploy it on the Google App Engine cloud. A few questions: i) My application uses the Festival app 'text2wave'. Will is work on the cloud? ii) I have used Python primitives like subprocess.call() to invoke the aforementioned program. Will that work? iii) If your answer to any or both of (i) and (ii) is no, is there a free api on the web that I can use(from the appengine)?( I read somewhere about placing calls from Phono to a Voxeo backend, but I'm not sure what that means)

  1. My application uses the Festival app 'text2wave'. Will is work on the cloud?
  2. I have used Python primitives like subprocess.call() to invoke the aforementioned program. Will that work?
  3. If your answer to any or both of (1) and (2) is no, is there a free api on the web that I can use (from the appengine)? I read somewhere about placing calls from Phono to a Voxeo backend, but I'm not sure what that means.

I am aware of the Google Translate extension that allows translation using an HTTP GET (REST) request, but here the text is limited to 100 chars. Bad. Plus, they may take it down any point of time.

thanks,

Yati

I have written a small front-end to the Festival TTS system using Python/Django. I wish to deploy it on the Google App Engine cloud. A few questions: i) My application uses the Festival app 'text2wave'. Will is work on the cloud? ii) I have used Python primitives like subprocess.call() to invoke the aforementioned program. Will that work? iii) If your answer to any or both of (i) and (ii) is no, is there a free api on the web that I can use(from the appengine)?( I read somewhere about placing calls from Phono to a Voxeo backend, but I'm not sure what that means)

I am aware of the Google Translate extension that allows translation using an HTTP GET (REST) request, but here the text is limited to 100 chars. Bad. Plus, they may take it down any point of time.

thanks,

Yati

I have written a small front-end to the Festival TTS system using Python/Django. I wish to deploy it on the Google App Engine cloud. A few questions:

  1. My application uses the Festival app 'text2wave'. Will is work on the cloud?
  2. I have used Python primitives like subprocess.call() to invoke the aforementioned program. Will that work?
  3. If your answer to any or both of (1) and (2) is no, is there a free api on the web that I can use (from the appengine)? I read somewhere about placing calls from Phono to a Voxeo backend, but I'm not sure what that means.

I am aware of the Google Translate extension that allows translation using an HTTP GET (REST) request, but here the text is limited to 100 chars. Bad. Plus, they may take it down any point of time.

Source Link
yati sagade
  • 2.1k
  • 2
  • 19
  • 27

TTS on App Engine

I have written a small front-end to the Festival TTS system using Python/Django. I wish to deploy it on the Google App Engine cloud. A few questions: i) My application uses the Festival app 'text2wave'. Will is work on the cloud? ii) I have used Python primitives like subprocess.call() to invoke the aforementioned program. Will that work? iii) If your answer to any or both of (i) and (ii) is no, is there a free api on the web that I can use(from the appengine)?( I read somewhere about placing calls from Phono to a Voxeo backend, but I'm not sure what that means)

I am aware of the Google Translate extension that allows translation using an HTTP GET (REST) request, but here the text is limited to 100 chars. Bad. Plus, they may take it down any point of time.

thanks,

Yati