Skip to content

Commit

Permalink
Merge pull request #239 from sktometometo/PR/fix-sound-play-name
Browse files Browse the repository at this point in the history
[respeaker_ros] fix default sound_play action name of speech_to_text.py
  • Loading branch information
k-okada authored Mar 3, 2021
2 parents bf790fd + 4904948 commit 2776781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion respeaker_ros/scripts/speech_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
self.tts_tolerance = rospy.Duration.from_sec(
rospy.get_param("~tts_tolerance", 1.0))
tts_action_names = rospy.get_param(
'~tts_action_names', ['soundplay'])
'~tts_action_names', ['sound_play'])

self.recognizer = SR.Recognizer()

Expand Down

0 comments on commit 2776781

Please sign in to comment.