Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46350

Re: Text-to-Sound or Vice Versa (Method NOT the source code)

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'parameters': 0.04; 'subject:code': 0.07; 'suppose': 0.07; 'converted': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'translator': 0.09; 'url:blog': 0.10; 'python': 0.11; '80s': 0.16; 'adjusting': 0.16; 'amiga': 0.16; 'devs': 0.16; 'googling': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sound,': 0.16; 'subject:Text': 0.16; 'sync': 0.16; 'url:appspot': 0.16; 'appropriate': 0.16; 'wrote:': 0.18; 'help.': 0.21; '+0000': 0.22; 'install': 0.23; 'text.': 0.24; 'url:home': 0.24; 'values': 0.27; 'header:X-Complaints-To:1': 0.27; 'url:code': 0.29; 'libraries': 0.31; 'text': 0.33; 'plain': 0.33; 'subject:the': 0.34; 'could': 0.34; 'knowledge': 0.35; 'subject: (': 0.35; 'late': 0.35; 'version': 0.36; 'charset:us-ascii': 0.36; 'application': 0.37; 'server': 0.38; 'feed': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; "couldn't": 0.39; 'obtain': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'information,': 0.61; 'url:p': 0.64; 'sound': 0.68; 'links,': 0.74; 'archaic': 0.84; 'speech': 0.84; 'subject:NOT': 0.84; 'subject:source': 0.84; 'edwards': 0.91; 'provide,': 0.91; 'received:108': 0.93; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Text-to-Sound or Vice Versa (Method NOT the source code)
Date Tue, 28 May 2013 19:30:48 -0400
Organization > Bestiaria Support Staff <
References <02102fc9-9826-4f0f-be77-8809ea179226@googlegroups.com> <ko2hcb$i4q$1@reader1.panix.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-73-119-129.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2333.1369783862.3114.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369783862 news.xs4all.nl 15864 [2001:888:2000:d::a6]:49074
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46350

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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