Skip to content

Commit

Permalink
Some further cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
a11cf0 committed Oct 16, 2024
1 parent 4afa320 commit a1086d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/SAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SAPI : public Engine {
bool Initialize()override;
bool Uninitialize()override;
int GetFeatures()override {
return SUPPORTS_SPEECH | SUPPORTS_SPEECH_RATE | SUPPORTS_SPEECH_VOLUME | SUPPORTS_SELECT_VOICE | SUPPORTS_PAUSE_SPEECH | SUPPORTS_SSML;
return SUPPORTS_SPEECH | SUPPORTS_SPEECH_RATE | SUPPORTS_SPEECH_VOLUME | SUPPORTS_SELECT_VOICE | SUPPORTS_PAUSE_SPEECH;
}
void SetVolume(uint64_t value)override;
uint64_t GetVolume()override;
Expand Down

0 comments on commit a1086d4

Please sign in to comment.