Skip to content

Commit

Permalink
RDK-42766:Changes on TTS thunder plugin for Supporting speechrate (#264)
Browse files Browse the repository at this point in the history
Reason for change: User story RDK-42281
Test Procedure: Mentioned in ticket
Risks: Low

Signed-off-by: vdinak240 <[email protected]>
  • Loading branch information
vdinak240 authored Jul 17, 2023
1 parent 8d7614f commit bb725fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/ITextToSpeech.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ 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 bb725fc

Please sign in to comment.