mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-30 11:08:50 -05:00
lfe-filter: change the crossover frequency as a parameter
Add a user defined parameter lfe-crossover-freq for the lfe-filter, to pass this parameter to the lfe-filter, we need to change the pa_resampler_new() API as well. Signed-off-by: Hui Wang <hui.wang@canonical.com>
This commit is contained in:
parent
3538e6636e
commit
c36e191ce5
14 changed files with 28 additions and 8 deletions
|
|
@ -1029,6 +1029,7 @@ int main(int argc, char *argv[]) {
|
|||
c->default_fragment_size_msec = conf->default_fragment_size_msec;
|
||||
c->deferred_volume_safety_margin_usec = conf->deferred_volume_safety_margin_usec;
|
||||
c->deferred_volume_extra_delay_usec = conf->deferred_volume_extra_delay_usec;
|
||||
c->lfe_crossover_freq = conf->lfe_crossover_freq;
|
||||
c->exit_idle_time = conf->exit_idle_time;
|
||||
c->scache_idle_time = conf->scache_idle_time;
|
||||
c->resample_method = conf->resample_method;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue