[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with #_SetSpeechRate
- To: info-mcl@digitool.com
- Subject: Problem with #_SetSpeechRate
- From: kaye@linc.cis.upenn.edu (Jonathan Kaye)
- Date: 8 Dec 1994 00:00:30 GMT
- Organization: University of Pennsylvania
- Sender: owner-info-mcl@digitool.com
We are having trouble with changing parameters in the Speech Manager.
Particularly, we tried
#_SetSpeechRate (%get-ptr channel) n)
(where 'n' is any integer). Regardless of the value of n (we used
180, for example), it would say that the rate was set to 40. We saw
this by doing
(rlet ((rate :SpeechRate)) ;; This is really :FIXED
(#_GetSpeechRate (%get-ptr channel) rate)
(print (%get-word rate)))
Does anyone know how to set the speech rate (and pitch, actually)?
When we tried to use a record in place of the integer for
setspeechrate, it complained that the type was wrong (it was not a
NUMBER).
Any help would be appreciated!
-jonathan
.........................................................................
(Jonathan Kaye - kaye@linc.cis.upenn.edu - http://www.cis.upenn.edu/~kaye)