Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46350
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Text-to-Sound or Vice Versa (Method NOT the source code) |
| Date | 2013-05-28 19:30 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <02102fc9-9826-4f0f-be77-8809ea179226@googlegroups.com> <ko2hcb$i4q$1@reader1.panix.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2333.1369783862.3114.python-list@python.org> (permalink) |
On Tue, 28 May 2013 15:10:03 +0000 (UTC), Grant Edwards
<invalid@invalid.invalid> declaimed the following in
gmane.comp.python.general:
> On 2013-05-25, Rakshith Nayak <rnyk1991@gmail.com> wrote:
>
> > Always wondered how sound is generated from text. Googling couldn't
> > help. Devs having knowledge about this could provide, the
> > information, Links, URLs or anything that could help.
> >
> ><Helpful for those who want to dig to basics first before Coding>
>
> http://www.cstr.ed.ac.uk/projects/festival/
> http://code.google.com/p/pyfestival/
> http://machakux.appspot.com/blog/44003/making_speech_with_python
I suppose one could go for archaic and complex...
Obtain a working Amiga computer, install whatever the last Python
version was available pre-built. Then write a server application which
would take text over the net, and feed it to the appropriate Amiga
libraries -- translator and narrator as I recall (one converted plain
text to phoneme codings, the other then converted phonemes to sound, and
could return values for "mouth shape" to sync animation) [history: the
Amiga had text to speech in the late 80s -- it even allowed for
adjusting some formant parameters so one could create pseudo accents].
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Text-to-Sound or Vice Versa (Method NOT the source code) Rakshith Nayak <rnyk1991@gmail.com> - 2013-05-25 03:52 -0700
Re: Text-to-Sound or Vice Versa (Method NOT the source code) "Günther Dietrich" <gd.usenet@spamfence.net> - 2013-05-25 14:30 +0200
Re: Text-to-Sound or Vice Versa (Method NOT the source code) rusi <rustompmody@gmail.com> - 2013-05-25 09:29 -0700
Re: Text-to-Sound or Vice Versa (Method NOT the source code) Grant Edwards <invalid@invalid.invalid> - 2013-05-28 15:10 +0000
Re: Text-to-Sound or Vice Versa (Method NOT the source code) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-28 19:30 -0400
Re: Text-to-Sound or Vice Versa (Method NOT the source code) rusi <rustompmody@gmail.com> - 2013-05-29 03:08 -0700
csiph-web