Activity Team/gst-plugins-espeak: Difference between revisions
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 = | voice = random.choice(voices) | ||
src.props.voice = voice[0]<br> | src.props.voice = voice[0]<br> | ||
bus = pipe.get_bus() | bus = pipe.get_bus() | ||