mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
resample: tweak resample qualities a little
This commit is contained in:
parent
621f6ca10b
commit
75e14ecadc
1 changed files with 4 additions and 4 deletions
|
|
@ -31,17 +31,17 @@ struct quality {
|
|||
|
||||
static const struct quality blackman_qualities[] = {
|
||||
{ 8, 0.5, },
|
||||
{ 16, 0.6, },
|
||||
{ 24, 0.72, },
|
||||
{ 16, 0.70, },
|
||||
{ 24, 0.76, },
|
||||
{ 32, 0.8, },
|
||||
{ 48, 0.85, }, /* default */
|
||||
{ 48, 0.865, }, /* default */
|
||||
{ 64, 0.90, },
|
||||
{ 80, 0.92, },
|
||||
{ 96, 0.933, },
|
||||
{ 128, 0.950, },
|
||||
{ 144, 0.955, },
|
||||
{ 160, 0.960, },
|
||||
{ 180, 0.965, },
|
||||
{ 192, 0.965, },
|
||||
{ 256, 0.975, },
|
||||
{ 896, 0.997, },
|
||||
{ 1024, 0.998, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue