whisper_ros: whisper.cpp for ROS 2
|
#include <string>
#include <vector>
#include "grammar-parser.h"
#include "whisper.h"
Go to the source code of this file.
Classes | |
struct | transcription_output |
class | whisper_ros::Whisper |
Namespaces | |
namespace | whisper_ros |
Macros | |
#define | WHISPER_LOG_ERROR(text, ...) |
#define | WHISPER_LOG_WARN(text, ...) |
#define | WHISPER_LOG_INFO(text, ...) |
#define WHISPER_LOG_ERROR | ( | text, | |
... ) |
#define WHISPER_LOG_INFO | ( | text, | |
... ) |
#define WHISPER_LOG_WARN | ( | text, | |
... ) |