mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -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
|
|
@ -128,6 +128,11 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
will be ignored. Defaults to <opt>no</opt>.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>lfe-crossover-freq=</opt> The crossover frequency (in Hz) for the
|
||||
LFE filter. Defaults to 120 Hz.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>use-pid-file=</opt> Create a PID file in the runtime directory
|
||||
(<file>$XDG_RUNTIME_DIR/pulse/pid</file>). If this is enabled you may
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue