Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45987 > unrolled thread
| Started by | Rakshith Nayak <rnyk1991@gmail.com> |
|---|---|
| First post | 2013-05-25 03:52 -0700 |
| Last post | 2013-05-29 03:08 -0700 |
| Articles | 6 — 5 participants |
Back to article view | Back to comp.lang.python
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
| From | Rakshith Nayak <rnyk1991@gmail.com> |
|---|---|
| Date | 2013-05-25 03:52 -0700 |
| Subject | Text-to-Sound or Vice Versa (Method NOT the source code) |
| Message-ID | <02102fc9-9826-4f0f-be77-8809ea179226@googlegroups.com> |
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>
[toc] | [next] | [standalone]
| From | "Günther Dietrich" <gd.usenet@spamfence.net> |
|---|---|
| Date | 2013-05-25 14:30 +0200 |
| Message-ID | <gd.usenet-869230.14301825052013@dwarf.main.lan> |
| In reply to | #45987 |
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. Perhaps try 'text to speech' instead of 'text to sound'? Best regards, Günther
[toc] | [prev] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2013-05-25 09:29 -0700 |
| Message-ID | <45040d72-c611-43c9-b23e-8d536ff72800@wg15g2000pbb.googlegroups.com> |
| In reply to | #45987 |
On May 25, 3:52 pm, Rakshith Nayak <rnyk1...@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> look for speech synthesis http://en.wikipedia.org/wiki/Speech_synthesis
[toc] | [prev] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2013-05-28 15:10 +0000 |
| Message-ID | <ko2hcb$i4q$1@reader1.panix.com> |
| In reply to | #45987 |
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
--
Grant Edwards grant.b.edwards Yow!
at BI-BI-BI-BI-BI-BI
gmail.com
[toc] | [prev] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2013-05-28 19:30 -0400 |
| Message-ID | <mailman.2333.1369783862.3114.python-list@python.org> |
| In reply to | #46293 |
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/
[toc] | [prev] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2013-05-29 03:08 -0700 |
| Message-ID | <3460cbe9-8270-4634-9b47-18a7dc580588@li6g2000pbb.googlegroups.com> |
| In reply to | #46350 |
On May 29, 4:30 am, Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote: > On Tue, 28 May 2013 15:10:03 +0000 (UTC), Grant Edwards > <inva...@invalid.invalid> declaimed the following in > gmane.comp.python.general: > > > On 2013-05-25, Rakshith Nayak <rnyk1...@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]. If venerable history is wanted, there is (always?!) emacs: http://emacspeak.sourceforge.net/ This seems to go back to version 19 of emacs which is (c) mid- nineties
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web