Cannot set pitch of text-to-speech mode

Last reviewed: 6/9/1999

PRB Article ID: P069903

The information in this article applies to:

  • SpeechKit 2.1

Symptoms

What does not seem to work is set pitch, either through the pop-up dialog or the call: SetPitch(pv, m_hWnd ) where pv is a word value. Set volume does work making a similar call.

Cause

No problem found.

We tried the \pit=190\ tag and it set the pitch using Mike and it definitely raised his voice.

We also tried setting with the SetPitch and it worked also:


 // Start the session with the text-to-speech engine.
 StartTextToSpeech("SayThis Sample", m_hWnd);
 SetPitch(190,m_hWnd);
 

Status

No changes required.