Skip to content

Listens for a hotword, and upon hearing one transcribes speech.

Notifications You must be signed in to change notification settings

Wisc-HCI/commanded_stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commanded STT

Description

ROS2 node that listens for a hotword in the background, e.g.hey robot, and then transcribes speech in real time.

Setup

Simply place the top commanded_stt folder in your workspace and run colcon build. You will also need to place a valid google cloud API service key in your workspace. The API key should be in a json file.

Ensure that you have a working microphone connected to your computer.

Running

Run the following

ros2 run commanded_stt listener_node /absolute/path/to/mycroft-precise

Currently, the only recognizable hotword is the "robot say" command.

About

Listens for a hotword, and upon hearing one transcribes speech.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages