This unit contains component wrappers around several DMOs.
| AudioDMO | This unit contains component wrappers around several DMOs. |
| TMSResampler | A fast high-quality resampler based on Windows Vista resampler DMO. |
| Properties | |
| OutSampleRate | Use this property to set the component’s output sample rate. |
| TVoiceFilter | A wrapper around Windows DMO that implements several voice-related DSPs. |
| Properties | |
| OutSampleRate | Use this property to set the output sample rate. |
| EnableAGC | This property enables or disables the automatic gain control. |
| EnableNoiseReduction | This property enables or disables noise filtering. |
| EnableVAD | This property enables or disables voice activity detection. |
A fast high-quality resampler based on Windows Vista resampler DMO. Descends from TAuConverter.
This component only works under Windows Vista or later version.
| Properties | |
| OutSampleRate | Use this property to set the component’s output sample rate. |
A wrapper around Windows DMO that implements several voice-related DSPs. TVoiceFilter can perform automatic level adjustment (automatic gain control), noise removal, voice activity detection. Descends from TAuConverter.
This component only works under Windows Vista or later.
| Properties | |
| OutSampleRate | Use this property to set the output sample rate. |
| EnableAGC | This property enables or disables the automatic gain control. |
| EnableNoiseReduction | This property enables or disables noise filtering. |
| EnableVAD | This property enables or disables voice activity detection. |
Use this property to set the output sample rate. TVoiceFilter can accept 16 bit mono or stereo audio at different sample rates. The output will always be mono with 16 bits per sample. You can select output sample rate though. The values allowed for OutSampleRate are 8000, 11025, 16000, and 22050.