Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc146 double adjusted_pitch = in ProcessSpeech() local
149 base::NumberToString16(static_cast<int>(adjusted_pitch)); in ProcessSpeech()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_win.cc267 double adjusted_pitch = in ProcessSpeech() local
270 base::NumberToString16(static_cast<int>(adjusted_pitch)); in ProcessSpeech()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dplayer.h283 _fixed adjusted_pitch, adjusted_yaw; member
H A Dplayer.cpp2072 StreamToValue(S,Object.adjusted_pitch); in StreamToPhysVars()
2110 ValueToStream(S,Object.adjusted_pitch); in PhysVarsToStream()
H A Dphysics.cpp152 variables->adjusted_pitch= variables->elevation= 0; in initialize_player_physics_variables()