ToneGenerator Class |
Namespace: StreamCoders.Signals
The ToneGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | ToneGenerator |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | BitsPerSample |
Bits per sample of the PCM stream. Currently this value has to be 16.
|
![]() | Channels |
Number of channels on the PCM stream. Currently this value has to be 1.
|
![]() | SampleFrequency |
Gets or sets the sample frequency of the PCM stream. Allowed values are: 8000, 16000.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Destructor.
|
![]() | Generate(UInt32, UInt32, UInt32) |
Generates a tone at a given frequency.
|
![]() | Generate(UInt32, UInt32, UInt32, Int32) |
Generates a tone at a given frequency.
|
![]() | Init |
Initializes Tone Generator.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |