vx_resp_aux_get_derumbler_properties
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
struct vx_resp_aux_get_derumbler_properties;
The response for vx_req_aux_get_derumbler_properties.
See: vx_req_aux_set_derumbler_properties
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable enabled
int enabled;
Indicates whether the derumbler should be enabled (default=1) or disabled (0).
variable stopband_corner_frequency
int 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.