|
|
|
Forum Member
      
Group: Forum Members
Last Login: Saturday, August 02, 2008 3:55 PM
Posts: 35,
Visits: 141
|
|
Hello Jason,
Is there a way to embed volume, pitch or speed control characters in the string phrase passed to the SP03.Speak method? When I used my SP03 with a Brainstem controller in the past, the Acroname software interface had a way to set these parameters.
Thanks!
patrick
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Tuesday, September 02, 2008 9:05 AM
Posts: 270,
Visits: 400
|
|
| Hi Patrick, You can't change the parameters via the 'sp03' serial command, as they are hard-coded in the firmware. However, you can use the Generic I2C command to send the same thing, and add the pitch, volume, and speed for the phrase.  There's a good many examples for the Generic I2C command in the Serializer User Guide, Serializer .NET Lib Documentation pages, and a few in this forum. Best Regards!
Jason Summerour President, Summerour Robotics Corporation Microsoft MVP www.roboticsconnection.com
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: Saturday, August 02, 2008 3:55 PM
Posts: 35,
Visits: 141
|
|
Hi Jason,
This is great! And your code example in the docs even uses the SP03.
Many thanks,
patrick
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Tuesday, September 02, 2008 9:05 AM
Posts: 270,
Visits: 400
|
|
Yeah, you can do a lot w/ the Generic I2C protocol, albeit the specific commands (e.g. spo3) are more convenient.  Best Regards,
Jason Summerour President, Summerour Robotics Corporation Microsoft MVP www.roboticsconnection.com
|
|
|
|