Skip to content

Commit

Permalink
DELIA-62843:TTS thunder plugin missing "speechrate" attribute (#272) (#…
Browse files Browse the repository at this point in the history
…290)

Reason for change: TTS thunder plugin missing "speechrate"
Test Procedure: Mentioned in ticket
Risks: Low

Signed-off-by: vdinak240 <[email protected]>
Co-authored-by: Vishnu Dinakaran <[email protected]>
Co-authored-by: Pierre Wielders <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2023
1 parent da61495 commit 76713d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/ITextToSpeech.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace Exchange {
std::string ttsEndPointSecured;
std::string language;
std::string voice;
std::string speechRate;
uint8_t volume;
uint8_t rate;
};
Expand Down Expand Up @@ -79,7 +80,6 @@ namespace Exchange {
virtual uint32_t SetFallbackText(const string scenario,const string value) = 0;
virtual uint32_t SetAPIKey(const string apikey) = 0;
virtual uint32_t SetPrimaryVolDuck(const uint8_t prim) = 0;
virtual uint32_t SetSpeechRate(const string speechRate) = 0;

// @brief Retrieve tts configuration attributes
// @param config tts configuration
Expand Down

0 comments on commit 76713d5

Please sign in to comment.