setVoicePitch abstract method
Setting Speech Pitch
-
This API is used to set the pitch of speech.
-
Parameters:
- pitch(double):
- Pitch.
- Value range: -1.0f to 1.0f;
- Default: 0.0f.
- pitch(double):
Implementation
void setVoicePitch(double pitch);
Setting Speech Pitch
This API is used to set the pitch of speech.
Parameters:
void setVoicePitch(double pitch);