Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/gst-plugins-espeak
(view source)
Revision as of 01:42, 21 January 2010
19 bytes removed
,
01:42, 21 January 2010
m
no 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()
Newacct
6
edits