[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] TTS and Pitch Parameter



why do you think pygame is involved at all? There are no pygame
managed objects I am aware of that have either Pitch or Rate
attributes.

So what is the "tts" object you posted about? (the one that has no
Pitch attribute) what is the code that gave you the tts object?

On Fri, Mar 7, 2008 at 1:13 PM, FT <chester_lab@xxxxxxxx> wrote:
>
>  Brian,
>     I know pygame has no text to speech, but the python25 I have does not
>  have the error. It would appear to be how pygame was made. For the pyTTS
>  module is brought in but something in pygame must be interfering with it.
>  For the module is the same, something else must be there. Or a different
>  revision level...Mixer???
>
>         Bruce
>
>
>
>
>  Brian Fisher Wrote:
>  pygame doesn't have any text-to-speech features. I don't think pygame
>  is related to the problem. I think it's a red herring.
>
>  On Fri, Mar 7, 2008 at 11:31 AM, FT <chester_lab@xxxxxxxx> wrote:
>  >
>  >     When running a python25 game I get the tts.Rate and tts.Pitch to work
>  >  fine. But when using pygame the tts.Pitch is not there, is there a reason
>  >  why? Is it because of the wrong version used to make pygame?
>  >
>  >     I am using pygame 1.8.0 rc3 and it just says that this parameter is
>  not
>  >  a part of this synth
>  >
>  >
>  >         Bruce
>
>