Activity Team/gst-plugins-espeak: Difference between revisions

Newacct (talk | contribs)
mNo edit summary
Line 81: Line 81:
       src.props.rate = random.randint(-100, 100)<br>
       src.props.rate = random.randint(-100, 100)<br>
       voices = src.props.voices
       voices = src.props.voices
       voice = voices[random.randint(0, len(voices)-1)]
       voice = random.choice(voices)
       src.props.voice = voice[0]<br>
       src.props.voice = voice[0]<br>
       bus = pipe.get_bus()
       bus = pipe.get_bus()