Re: [ilugd] Text to speech converter

2012-06-30 Thread Vivek Kapoor

On 06/30/2012 06:06 PM, Raakesh kumar wrote:

Hi,
I am looking for a text to speech converter for my website with following
features -
1 - User will input text and click for preview.
2 - Once confirmed that audio file can be downloaded.
3 - Different audio formats should be allowed.
After googling, i found iSpeech converter but this API doesn't provide
preview support as i experienced. jTalk plugin is also there but for that
you need to submit your url, this means we can't test it on our local
machine.
Any help on this?


What you would need to effectively do this is

1. When the user inputs the text, pass it to the text to speech 
converter. I've used festival for this using mbrola. You can use espeak 
also. Specify the file format - .wav for instance as the output format 
and generate the file on your web server.


2. Use swftools to convert the .wav to .swf and then play that swf on 
your site within in iframe or as a pop-up or via ajax. You can show 
'generating preview' till conversion to .wav and then to .swf is not 
complete.


3. Once the user confirms, then use either ffmpeg or sox to convert the 
.wav file and provide it as .ogg or whatever format you need. Or you can 
provide it as .wav only.


Hope it helps.

Regards
Vivek Kapoor
http://exain.com



___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Text to speech converter

2012-06-30 Thread Amar Akshat
One simple thing which would come into my mind is, to have a layer in
between your GUI and Audio converter which handles preview. So the GUI
takes the input, passes on to preview generator and once approved my
the user, the preview generator can pass the text to the Audio Engine.

However, is the audio dependent on the preview, because my
understanding of preview is that is is to confirm the formatting etc,
but the audio has nothing to do with textual formatting, so you can do
the 2 tasks in a parallel fashion, the GUI can display the textual
formatting for preview purposes and then GUI can use the api to
convert into audio files.

Thanks,

Amar.

On Sat, Jun 30, 2012 at 9:36 PM, Raakesh kumar  wrote:
> Hi,
> I am looking for a text to speech converter for my website with following
> features -
> 1 - User will input text and click for preview.
> 2 - Once confirmed that audio file can be downloaded.
> 3 - Different audio formats should be allowed.
> After googling, i found iSpeech converter but this API doesn't provide
> preview support as i experienced. jTalk plugin is also there but for that
> you need to submit your url, this means we can't test it on our local
> machine.
> Any help on this?
>
> --
> Thanks and Regards
> RAKESH KUMAR
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd



-- 

Thank you...

Amar Akshat (アマール)

 "Walking on water and developing software from a specification are
easy if both are frozen."

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Text to speech converter

2012-06-30 Thread Raakesh kumar
Hi,
I am looking for a text to speech converter for my website with following
features -
1 - User will input text and click for preview.
2 - Once confirmed that audio file can be downloaded.
3 - Different audio formats should be allowed.
After googling, i found iSpeech converter but this API doesn't provide
preview support as i experienced. jTalk plugin is also there but for that
you need to submit your url, this means we can't test it on our local
machine.
Any help on this?

-- 
Thanks and Regards
RAKESH KUMAR
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Text to Speech Converter!

2004-05-25 Thread komal

Hey Guys,

  Any idea/link for an open source Text to Speech convertor???

Thanks and Regards,
GSS


Heard about Festival? It is decent command line based text to speech
converter. On Fedora core 1 if you have installed festival simply use echo
Hello|festival --tts .

Komal


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Text to Speech Converter!

2004-05-25 Thread Navnit Chachan
Festival  is a good tts engine available.
http://www.cstr.ed.ac.uk/projects/festival/

Cheers
Navnit
- Original Message -
From: "Gurpreet Sachdeva" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 2004 2:08 PM
Subject: [ilugd] Text to Speech Converter!



Hey Guys,

  Any idea/link for an open source Text to Speech convertor???

Thanks and Regards,
GSS
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Text to Speech Converter!

2004-05-25 Thread Suraj Berwal
Hi,
  U can try FreeTTS. its 100% java. search on google for it.
Regards
SurajB

From: "Gurpreet Sachdeva" <[EMAIL PROTECTED]>
Subject: [ilugd] Text to Speech Converter!
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1


Hey Guys,

  Any idea/link for an open source Text to Speech convertor???

Thanks and Regards,
GSS





___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Text to Speech Converter!

2004-05-25 Thread Gurpreet Sachdeva
  
Hey Guys,

  Any idea/link for an open source Text to Speech convertor???

Thanks and Regards,
GSS
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/