mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
resample: tweak params a little
Gives less aliasing in Sweep-float.wav.
This commit is contained in:
parent
a2856c6e0f
commit
061ab16415
1 changed files with 2 additions and 2 deletions
|
|
@ -38,13 +38,13 @@ static const struct quality blackman_qualities[] = {
|
|||
{ 16, 0.70, },
|
||||
{ 24, 0.76, },
|
||||
{ 32, 0.8, },
|
||||
{ 48, 0.865, }, /* default */
|
||||
{ 48, 0.85, }, /* default */
|
||||
{ 64, 0.90, },
|
||||
{ 80, 0.92, },
|
||||
{ 96, 0.933, },
|
||||
{ 128, 0.950, },
|
||||
{ 144, 0.955, },
|
||||
{ 160, 0.960, },
|
||||
{ 160, 0.958, },
|
||||
{ 192, 0.965, },
|
||||
{ 256, 0.975, },
|
||||
{ 896, 0.997, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue