YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
GoogleSpeechSynthesizer.h File Reference
#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/ISpeechSynthesizer.h>
#include <yarp/sig/Sound.h>
#include <yarp/os/Network.h>
#include <algorithm>
#include "google/cloud/texttospeech/v1/text_to_speech_client.h"
#include "google/protobuf/repeated_ptr_field.h"
#include "GoogleSpeechSynthesizer_ParamsParser.h"
+ Include dependency graph for GoogleSpeechSynthesizer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GoogleSpeechSynthesizer
 googleSpeechSynthesizer: A yarp device for speech synthesis using google cloud cpp libraries More...
 

Variables

const std::pair SPEED_RANGE {0.25, 4.0}
 
const std::pair PITCH_RANGE {-20.0, 20.0}
 

Variable Documentation

◆ PITCH_RANGE

const std::pair PITCH_RANGE {-20.0, 20.0}

Definition at line 22 of file GoogleSpeechSynthesizer.h.

◆ SPEED_RANGE

const std::pair SPEED_RANGE {0.25, 4.0}

Definition at line 21 of file GoogleSpeechSynthesizer.h.