SoundGeneratorMan class |
|
The SoundGeneratorMan class, accessible through the control's SoundGenerator property, contains methods needed to generate several kinds of sounds like wave tones, noises, DTMF tones and text to speech.
The SoundGeneratorMan class is implemented through the following methods and properties:
Methods
StreamChannelAddSpeechFromFile
StreamChannelAddSpeechFromString
StreamChannelElementUniqueIdGet
StreamElementSlidingToneFrequenciesGet
StreamElementSlidingToneTypeGet
For details about using the sound generator refer to the How to generate wave tones, noises, DTMF tones and text to speech tutorial.
Samples of usage of sound generation through the SoundGeneratorMan object in Visual C# and Visual Basic.NET can be found inside the following samples installed with the product's setup package:
- SoundGenerator