Re: Speech using Euphoria
- Posted by Vincent <darkvincentdude at yahoo.com> Dec 21, 2005
- 659 views
ags wrote: > > Evan Marshall wrote: > > > > ags wrote: > > > > > > Jeremy Peterson wrote: > > > > > > > > There are about 5 variables you set that determine what the voice will > > > > sound > > > > like. > > > > > > > > Jeremy > > > > > > > > Edmund Burke: "All that is necessary for evil to triumph is for good men > > > > to > > > > do nothing." > > > > > > Can you make some demo MP3s of the voices and put them somewhere? > > > Otherwise > > > where does stm.dll come from, is there a web site? > > > > > > Gary > > > > > > <a > > href="http://babek.info/libertybasicfiles/lbf_dnload_notice.php?file=speechdll.zip">http://babek.info/libertybasicfiles/lbf_dnload_notice.php?file=speechdll.zip</a> > > Thanks. > I don't think I'll download and learn Liberty BASIC to try it out though > > Gary Heh... Liberty Basic is OK and v5.0 is going to be much improved, but currently it's scum compared to Euphoria: You're limited to Windows, 70 MB RAM, very slow interpreter/virtual machine, "DLL Hell" runtime distribution, plus very annoying & limiting trials (300 second nag screen each time, 500 executable statement limit). However, they still have a much larger community than we do, and publish fantastic monthly newsletters; I read them often, and translate them to my Euphoria programming. For example, I'm currently adding Mutex routines into 'memshare.ew' (memory mapping IPC library) and utilizing resources found in newsletter #113. I have big plans for this library and might mess with the Linux version, but more on that later. For now know that I plan to release an updated version of 'structs.e' with updated documentation soon. I just have a few more routines to document; I've just been lazy lately and somehow prefered playing Half Life 2 over writing documentation. Regards, Vincent