whisper_ros: whisper.cpp for ROS 2
|
#include <condition_variable>
#include <memory>
#include <mutex>
#include <rclcpp_action/rclcpp_action.hpp>
#include <std_msgs/msg/float32_multi_array.hpp>
#include <std_srvs/srv/set_bool.hpp>
#include "whisper_msgs/action/stt.hpp"
#include "whisper_msgs/msg/transcription.hpp"
#include "whisper_ros/whisper_base_node.hpp"
Go to the source code of this file.
Classes | |
class | whisper_ros::WhisperServerNode |
Namespaces | |
namespace | whisper_ros |