We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd56db commit 3fdeb3aCopy full SHA for 3fdeb3a
1 file changed
robots/misc/sound.py
@@ -63,6 +63,6 @@
63
('A4', 'h.'),
64
))
65
66
-speaker.play(os.path.join(_HERE, 'snd/r2d2.wav'))
+speaker.play_file(os.path.join(_HERE, 'snd/r2d2.wav'))
67
68
#speaker.speak("Luke, I am your father")
0 commit comments