mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
resample: switch to cosh window function
This commit is contained in:
parent
57f0fdf746
commit
4a82cb74e8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static inline double window_cosh(double x, double n_taps)
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define window window_blackman
|
#define window window_cosh
|
||||||
|
|
||||||
static int build_filter(float *taps, uint32_t stride, uint32_t n_taps, uint32_t n_phases, double cutoff)
|
static int build_filter(float *taps, uint32_t stride, uint32_t n_taps, uint32_t n_phases, double cutoff)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue