Home
last modified time | relevance | path

Searched refs:voice_string (Results 1 – 3 of 3) sorted by relevance

/dports/audio/praat/praat-6.2.03/dwtools/
H A Despeakdata_FileInMemory.cpp212 void espeakdata_getIndices (conststring32 language_string, conststring32 voice_string, int *p_langu… in espeakdata_getIndices() argument
230 integer voiceIndex = Strings_findString (espeakdata_voices_names.get(), voice_string); in espeakdata_getIndices()
233 if (Melder_equ (voice_string, U"default")) { in espeakdata_getIndices()
235 } else if (Melder_equ (voice_string, U"f1")) { in espeakdata_getIndices()
239 voiceIndex = Table_searchColumn (espeakdata_voices_propertiesTable.get(), 1, voice_string); in espeakdata_getIndices()
241 Melder_throw (U"Voice variant ", voice_string, U" is not a valid option."); in espeakdata_getIndices()
247 Melder_casual (U"Voice \"", voice_string, U"\" is deprecated. Please use \"", in espeakdata_getIndices()
H A Despeakdata_FileInMemory.h57 void espeakdata_getIndices (conststring32 language_string, conststring32 voice_string, int *p_langu…
H A Dpraat_David_init.cpp6327 …OPTIONMENUSTR (voice_string, U"Voice variant", (int) Strings_findString (espeakdata_voices_names.g…
6335 espeakdata_getIndices (language_string, voice_string, & languageIndex, & voiceIndex);