#include <curl/curl.h>
#include <iomanip>
#include <iostream>
#include <vector>
#include <cstdlib>
#include <sstream>
#include <iterator>
#include <cstring>
#include <nlohmann/json.hpp>
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/ISpeechTranscription.h>
#include <yarp/os/all.h>
#include <yarp/sig/Sound.h>
#include "WhisperDevice_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | WhisperDevice |
whisperDevice : A yarp device for speech synthesis using azure openai APIs More... | |