Ian Mallett | 1 Mar 2008 02:24
Picon

sndarray

How do I reference a list into a sound using pygame.sndarray?
Thanks,
Ian

Ian Mallett | 1 Mar 2008 02:48
Picon

Re: sndarray

'k thanks--figured it out.

FT | 1 Mar 2008 06:56
Favicon

Re: Text To Speech PYTTS

 
Download what is needed for your error:
>>> import pyTTS
>>> tts = pyTTS.Create()

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    tts = pyTTS.Create()
  File "C:\dev\Python25\Lib\site-packages\pyTTS\__init__.py", line 28, in Create
    raise ValueError('"%s" not supported' % api)
ValueError: "SAPI" not supported
>>>

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.2/1304 - Release Date: 2/29/2008 8:18 AM
Ian Mallett | 1 Mar 2008 07:28
Picon

Re: Text To Speech PYTTS

Which one?  I downloaded and installed the 2.0MB one, but it said the same thing...

Kamilche | 1 Mar 2008 07:41

Re: Text To Speech PYTTS

I just posted an example on comp.lang.python about how to control the 
Microsoft Genie agent using Python, if you are interested.

--Kamilche

Ian Mallett | 1 Mar 2008 07:56
Picon

Re: Text To Speech PYTTS

That is an interesting effect...
Thanks for sharing!
I don't think that could be adapted to a game very well though.
Ian

Kamilche | 1 Mar 2008 07:57

Re: Text To Speech PYTTS

Ian Mallett wrote:
> That is an interesting effect...
> Thanks for sharing!
> I don't think that could be adapted to a game very well though.
> Ian
> 
You could have the genie do tts on all the chat stuff, mainly. Other 
than that, not much application.

Ian Mallett | 1 Mar 2008 08:00
Picon

Re: Text To Speech PYTTS

yea...

FT | 1 Mar 2008 08:08
Favicon

Re: Text To Speech PYTTS

Subject: Re: [pygame] Text To Speech PYTTS

Which one?  I downloaded and installed the 2.0MB one, but it said the same thing...
 
Try Looking Here:

# download installer file pyTTS-3.0.win32-py2.4.exe
# from:  http://sourceforge.net/projects/uncassist
# also needs: http://www.cs.unc.edu/Research/assist/packages/SAPI5SpeechInstaller.msi

# and pywin32-204.win32-py2.4.exe at this date the latest version of win32com
# from:

http://sourceforge.net/projects/pywin32/

FT | 1 Mar 2008 08:14
Favicon

Re: Text To Speech PYTTS


Subject: Re: [pygame] Text To Speech PYTTS

Which one?  I downloaded and installed the 2.0MB one, but it said the same thing...
 
Sample:
 
Try Looking Here:

# download installer file pyTTS-3.0.win32-py2.4.exe
# from:  http://sourceforge.net/projects/uncassist
# also needs: http://www.cs.unc.edu/Research/assist/packages/SAPI5SpeechInstaller.msi

# and pywin32-204.win32-py2.4.exe at this date the latest version of win32com
# from:

http://sourceforge.net/projects/pywin32/


Gmane