Copyright © 2008-2019 MultiMedia Soft

SoundGenerator object

Previous pageReturn to chapter overviewNext page

The SoundGenerator object, accessible through the control's SoundGenerator property, is internally implemented as a COM interface called ISoundGenerator and contains methods needed to generate sounds like wave tones, noises, DTMF tones, text to speech and others.

 

The SoundGenerator object is implemented through the following methods:

 

 

Methods

 

CompositeWaveTonePrepare

CompositeWaveToneAddNewWaveTone

CompositeWaveToneGenerate

DtmfStringGenerate

NoiseGenerate

SlidingWaveToneGenerate

SpeechGenerateFromFile

SpeechGenerateFromString

WaveToneGenerate

 

 

 

For further details about sound generation see the How to generate wave tones, noises, DTMF tones and text to speech tutorial.