Click or drag to resize
VoiceActivityDetection Class
Ability to detect voice given PCM input samples with a minimum duration of 20ms.
Supported sample rates are: 8000, 16000, 24000, 44100, 48000.
Supported number of channels: 1, 2
Inheritance Hierarchy
SystemObject
  StreamCoders.WaveVoiceActivityDetection

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VoiceActivityDetection

The VoiceActivityDetection type exposes the following members.

Constructors
  NameDescription
Public methodVoiceActivityDetection
Initializes a new instance of the VoiceActivityDetection class
Top
Methods
  NameDescription
Public methodDetect
Public methodInit
Initializes VoiceActivityDetection.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also