#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/ISpeechTranscription.h>
#include <yarp/os/Bottle.h>
#include <stdio.h>
#include "whisper.h"
Go to the source code of this file.
Classes | |
class | WhisperSpeechTranscription |
WhisperSpeechTranscription : A yarp device which performs audio-to-text transcription using OpenAI Whisper models. More... | |