aboutsummaryrefslogtreecommitdiff
path: root/common/text-to-speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/text-to-speech.h')
-rw-r--r--common/text-to-speech.h2
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
*/