#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"
Include dependency graph for TtsDevice.h:
This graph shows which files directly or indirectly include this file: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 | |