mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-03 20:50:10 +01:00
resample: allow compilation with custom default quality
This commit is contained in:
parent
52ec847cbd
commit
2ff45313de
1 changed files with 3 additions and 0 deletions
|
|
@ -8,7 +8,10 @@
|
|||
#include <spa/support/cpu.h>
|
||||
#include <spa/support/log.h>
|
||||
|
||||
#ifndef RESAMPLE_DEFAULT_QUALITY
|
||||
#define RESAMPLE_DEFAULT_QUALITY 4
|
||||
#endif
|
||||
|
||||
#define RESAMPLE_WINDOW_DEFAULT RESAMPLE_WINDOW_EXP
|
||||
#define RESAMPLE_MAX_PARAMS 16
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue