Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-20 Thread Jatin K

Dear all

is there any way/method to get the output file in audio format like 
(ogg, mp3, wav ) from Festival speech synthesis under fedora 11 ??






--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-21 Thread Jatin K

Dear all

is there any way/method to get the output file in audio format like 
(ogg, mp3, wav ) from Festival speech synthesis under fedora 11 ??






--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-21 Thread Petrus de Calguarium
Jatin K wrote:

> Dear all
> 
> is there any way/method to get the output file in 
audio format like 
> (ogg, mp3, wav ) from Festival speech synthesis under 
fedora 11 ??
> 
> 
> 
> 
> 
I looked in my notes of things that I might need to 
know. I have never tested this, but perhaps man will 
tell you more, or maybe you could pipe the output to 
another program, if this only outputs to wav, or you 
could have a script convert the output, perhaps.

Anyway, this is what I noted for future reference:

"To have the output recorded to a file, text2wave 
file.txt -o audiofile.wav."

I hope this helps.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-21 Thread Jatin K

On 10/22/2009 11:39 AM, Petrus de Calguarium wrote:

Jatin K wrote:

   

Dear all

is there any way/method to get the output file in
 

audio format like
   

(ogg, mp3, wav ) from Festival speech synthesis under
 

fedora 11 ??
   





 

I looked in my notes of things that I might need to
know. I have never tested this, but perhaps man will
tell you more, or maybe you could pipe

Pipe  can you suggest me a command to pipe


I'm using following command

festival --tts mytextfile.txt  | what to pipe ??



the output to
another program, if this only outputs to wav, or you
could have a script convert the output, perhaps.

Anyway, this is what I noted for future reference:

"To have the output recorded to a file, text2wave
file.txt -o audiofile.wav."

I hope this helps.

   


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-22 Thread stan
On Thu, 22 Oct 2009 12:17:39 +0530
Jatin K  wrote:

> On 10/22/2009 11:39 AM, Petrus de Calguarium wrote:
> > Jatin K wrote:
> >
> >> Dear all
> >> is there any way/method to get the output file in
> > audio format like
> >> (ogg, mp3, wav ) from Festival speech synthesis under
> > fedora 11 ??
> >
> > I looked in my notes of things that I might need to
> > know. I have never tested this, but perhaps man will
> > tell you more, or maybe you could pipe
> Pipe  can you suggest me a command to pipe
> I'm using following command
> festival --tts mytextfile.txt  | what to pipe ??

I don't know festival and I haven't done this but sox should do the
conversion very well.  It has extensive man pages.  You will have to
have a version compiled with your desired output format (this especially
refers to non-free encodings).

http://sox.sourceforge.net

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-22 Thread Petrus de Calguarium
Jatin K wrote:

> festival --tts mytextfile.txt  | what to pipe ??
Just a wild guess, maybe...

festival --tts mytextfile.txt  | text2wave

This is the sort of useful information I would like to 
know, too!

Didn't text2wave file.txt -o audio.wav work?


Another idea, could one simply use

festival --tts mytextfile.txt > audio.wav ???

The audio from festival is being output to what I 
suppose must be the standard output for audio, so you 
should be able to simply redirect it to a file, n'est-
ce pas? I don't know what format it would be in, but my 
guess is wav.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-22 Thread Jatin K

On 10/22/2009 09:39 PM, Petrus de Calguarium wrote:

Jatin K wrote:

   

festival --tts mytextfile.txt  | what to pipe ??
 

Just a wild guess, maybe...

festival --tts mytextfile.txt  | text2wave

This is the sort of useful information I would like to
know, too!

Didn't text2wave file.txt -o audio.wav work?
   

this happens when I run it

festival: Unknown option "-o"
Type -h for help on options.




Another idea, could one simply use

festival --tts mytextfile.txt>  audio.wav ???
   
It translate the text file in speech > (output goes to audio.wav ) 
!! :-D


but when I play that file ... my audio player says like this

"GstDecodeBin: This appears to be a text file " :'(




The audio from festival is being output to what I
suppose must be the standard output for audio, so you
should be able to simply redirect it to a file, n'est-
ce pas? I don't know what format it would be in, but my
guess is wav.

   


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav)

2009-10-23 Thread Wade Hampton
Use text2wav to use festival to convert text to speech in a wave file:

  echo "test 1 2 3" >test.txt
  text2wave -f 8000  -o test.wav test.txt
  play test.wav

The -f 8000 selects 8000 samples per second (try -f 16000).
Also, you can use -scale N to change the volume.

See:  http://lorance.freeshell.org/asterisk/asterisk-can-talk.txt

Hope this helps,
--
Wade Hampton

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Festival Speech Synthesis to audio file (ogg, mp3 , wav)

2009-10-23 Thread Jatin K

On 10/23/2009 04:47 PM, Wade Hampton wrote:

Use text2wav to use festival to convert text to speech in a wave file:

   echo "test 1 2 3">test.txt
   text2wave -f 8000  -o test.wav test.txt
   play test.wav

The -f 8000 selects 8000 samples per second (try -f 16000).
Also, you can use -scale N to change the volume.

See:  http://lorance.freeshell.org/asterisk/asterisk-can-talk.txt

Hope this helps,
--
Wade Hampton

   

Thnx W.H.

I got the point .. problem is loved now

Thnx again

--

  °v°
 /(_)\
  ^ ^  Jatin Khatri

No MS

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


was Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-25 Thread Roger

festival --tts mytextfile.txt  | what to pipe ??

I have used text2wave  it works fine

 text2wave Mytxt.txt -o MyWav.wav


I tried and it works just fine
Translated a full page document into voice.
Had a look at phonims - looks very time consuming but haven't a clue how 
to get festival or text2wave to read them

Googling didn't locate tutorials.
I'd like to know more.
Has anyone on luv set up a new speaker for either, hopefully with an 
Australian accent.

 TIS
Roger

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: [SOLVED] Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-22 Thread Jatin K

On 10/22/2009 09:39 PM, Petrus de Calguarium wrote:

Jatin K wrote:

   

festival --tts mytextfile.txt  | what to pipe ??
 

Just a wild guess, maybe...

festival --tts mytextfile.txt  | text2wave

This is the sort of useful information I would like to
know, too!

Didn't text2wave file.txt -o audio.wav work?


Another idea, could one simply use

festival --tts mytextfile.txt>  audio.wav ???

The audio from festival is being output to what I
suppose must be the standard output for audio, so you
should be able to simply redirect it to a file, n'est-
ce pas? I don't know what format it would be in, but my
guess is wav.

   

I have used text2wave  it works fine

 text2wave Mytxt.txt -o MyWav.wav

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: [SOLVED] Festival Speech Synthesis to audio file (ogg, mp3 , wav ,)

2009-10-23 Thread Rick Stevens

Jatin K wrote:

On 10/22/2009 09:39 PM, Petrus de Calguarium wrote:

Jatin K wrote:

  

festival --tts mytextfile.txt  | what to pipe ??
 

Just a wild guess, maybe...

festival --tts mytextfile.txt  | text2wave

This is the sort of useful information I would like to
know, too!

Didn't text2wave file.txt -o audio.wav work?


Another idea, could one simply use

festival --tts mytextfile.txt>  audio.wav ???

The audio from festival is being output to what I
suppose must be the standard output for audio, so you
should be able to simply redirect it to a file, n'est-
ce pas? I don't know what format it would be in, but my
guess is wav.

   

I have used text2wave  it works fine

 text2wave Mytxt.txt -o MyWav.wav


Yes, as you've found out, festival itself does not have an option to
send the output to a file, just to the audio hardware.  text2wave does
have the capacity to send the output to a file via the "-o" option.

Of course, it'd be awful nice if there was a ruddy manpage for
text2wave.
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   The light at the end of the tunnel is really an oncoming train.  -
--

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines