whisper_ros: whisper.cpp for ROS 2
Loading...
Searching...
No Matches
whisper.hpp File Reference
#include <string>
#include <vector>
#include "grammar-parser.h"
#include "whisper.h"
Include dependency graph for whisper.hpp:
This graph shows which files directly or indirectly include this file:

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, ...)
 

Macro Definition Documentation

◆ WHISPER_LOG_ERROR

#define WHISPER_LOG_ERROR ( text,
... )
Value:
fprintf(stderr, "[ERROR] " text "\n", ##__VA_ARGS__)

◆ WHISPER_LOG_INFO

#define WHISPER_LOG_INFO ( text,
... )
Value:
fprintf(stderr, "[INFO] " text "\n", ##__VA_ARGS__)

◆ WHISPER_LOG_WARN

#define WHISPER_LOG_WARN ( text,
... )
Value:
fprintf(stderr, "[WARN] " text "\n", ##__VA_ARGS__)