diff options
Diffstat (limited to 'common/text-to-speech.h')
-rw-r--r-- | common/text-to-speech.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h index 012a1e2e25..9662783b46 100644 --- a/common/text-to-speech.h +++ b/common/text-to-speech.h @@ -251,6 +251,8 @@ public: */ Array<TTSVoice> getVoicesArray() { return _ttsState->_availableVoices; } + Array<int> getVoiceIndicesByGender (TTSVoice::Gender gender); + /** * Pushes the current state of the TTS */ |