help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: text-to-speech


From: Søren Hauberg
Subject: Re: text-to-speech
Date: Fri, 24 Jun 2011 19:07:07 +0200

fre, 24 06 2011 kl. 07:02 -1000, skrev Rick T:

> Does anyone know if there is some demo code for text-to-speech for
> octave?
> 
> 
> I found this for matlab but it's a little over kill for
> me http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html#synthesis
> 
> I'm just trying to count numbers.

Can't you just use a command line utility like 'espeak' through the
'system' command? Something like

  text = "This will be spoken";
  system (strcat ("espeak ", text));

should work (on Linux at least), though I haven't tested.

Søren




reply via email to

[Prev in Thread] Current Thread [Next in Thread]