Skip to content

Commit 3fdeb3a

Browse files
authored
update speaker.play to the newer play_file (#49)
1 parent 5fd56db commit 3fdeb3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robots/misc/sound.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
('A4', 'h.'),
6464
))
6565

66-
speaker.play(os.path.join(_HERE, 'snd/r2d2.wav'))
66+
speaker.play_file(os.path.join(_HERE, 'snd/r2d2.wav'))
6767

6868
#speaker.speak("Luke, I am your father")

0 commit comments

Comments
 (0)