Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp60 #define PICO_MAX_PITCH 200 macro
1364 if (pitch > PICO_MAX_PITCH) { in setProperty()
1365 pitch = PICO_MAX_PITCH; in setProperty()