vx_resp_aux_get_derumbler_properties
Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前
Module: Audio Devices The response for vx_req_aux_get_derumbler_properties. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | enabled Indicates whether the derumbler should be enabled (default=1) or disabled (0). |
| int | stopband_corner_frequency The frequency where the derumbler high-pass filter enters into full attenuation. |
Detailed Description
The response for vx_req_aux_get_derumbler_properties. See: vx_req_aux_set_derumbler_propertiesstruct vx_resp_aux_get_derumbler_properties;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable enabled
Indicates whether the derumbler should be enabled (default=1) or disabled (0).int enabled;
variable stopband_corner_frequency
The frequency where the derumbler high-pass filter enters into full attenuation. All frequencies at and below this corner frequency are greatly reduced in amplitude. Frequencies above this corner frequency remain at their original amplitude, aside from the frequencies that are just above the corner frequency. Valid values are: 15, 60 (default), 100.int stopband_corner_frequency;