Class SP03

Represenets a SP03 SpeechSynthesizer.

System.Object
  RoboticsConnection.Serializer.Components.SerializerComponent
    RoboticsConnection.Serializer.Components.SP03

public class SP03 : SerializerComponent, ISpeechSynthesizer

Remarks

Technical Documentation for the SP03 can be found here:

Class Members


MemberDescription
Constructor Initializes a new instance of the
SP03
class.
I2CAddressDefault The default value for the
I2CAddressDefault
property.
Speak Converts the specified text to speech and vocalizes it.
public sealed void Speak( string phrase );
SpeakCannedPhrase Vocalized the specified preprogrammed phrase.
public sealed void SpeakCannedPhrase( UInt16 phraseId );

public sealed void SpeakCannedPhrase( byte phraseId );

I2CAddress I2C Address to which the SP03 sensor is attached.
Serializer Inherited from RoboticsConnection.Serializer.Components.SerializerComponent

Requirements

Namespace: RoboticsConnection.Serializer.Components
Assembly: RoboticsConnection.Serializer.dll


Last Updated: 3/16/2008