The HotwordDetectorNode class Wraps the C++ 11 Snowboy detector in a ROS node.
More...
|
void | audioCallback (const audio_common_msgs::AudioDataConstPtr &msg) |
| audioCallback Audio stream callback More...
|
|
void | reconfigureCallback (SnowboyReconfigureConfig cfg, uint32_t) |
| reconfigureCallback Reconfigure update for sensitiviy and audio level More...
|
|
The HotwordDetectorNode class Wraps the C++ 11 Snowboy detector in a ROS node.
Definition at line 19 of file hotword_detector_node.cpp.
◆ HotwordDetectorNode()
snowboy_ros::HotwordDetectorNode::HotwordDetectorNode |
( |
| ) |
|
|
inline |
◆ audioCallback()
void snowboy_ros::HotwordDetectorNode::audioCallback |
( |
const audio_common_msgs::AudioDataConstPtr & |
msg | ) |
|
|
inlineprivate |
◆ initialize()
bool snowboy_ros::HotwordDetectorNode::initialize |
( |
| ) |
|
|
inline |
◆ reconfigureCallback()
void snowboy_ros::HotwordDetectorNode::reconfigureCallback |
( |
SnowboyReconfigureConfig |
cfg, |
|
|
uint32_t |
|
|
) |
| |
|
inlineprivate |
◆ audio_sub_
ros::Subscriber snowboy_ros::HotwordDetectorNode::audio_sub_ |
|
private |
◆ detector_
◆ dynamic_reconfigure_server_
dynamic_reconfigure::Server<SnowboyReconfigureConfig> snowboy_ros::HotwordDetectorNode::dynamic_reconfigure_server_ |
|
private |
dynamic_reconfigure_server_ In order to online tune the sensitivity and audio gain
Definition at line 107 of file hotword_detector_node.cpp.
◆ hotword_pub_
ros::Publisher snowboy_ros::HotwordDetectorNode::hotword_pub_ |
|
private |
◆ hotword_string_
std::string snowboy_ros::HotwordDetectorNode::hotword_string_ |
|
private |
◆ nh_
ros::NodeHandle snowboy_ros::HotwordDetectorNode::nh_ |
|
private |
◆ nh_p_
ros::NodeHandle snowboy_ros::HotwordDetectorNode::nh_p_ |
|
private |
The documentation for this class was generated from the following file: