#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/ISpeechSynthesizer.h>
#include <curl/curl.h>
#include <vector>
#include <algorithm>
#include <yarp/os/all.h>
#include <yarp/sig/Sound.h>
#include <iomanip>
#include "TtsDevice_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | TtsDevice |
Variables | |
const std::vector< std::string > | VOICES |
ttsDevice : A yarp device for speech synthesis using azure openai APIs | |