mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-09 05:34:03 -04: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/cpu.h>
|
||||||
#include <spa/support/log.h>
|
#include <spa/support/log.h>
|
||||||
|
|
||||||
|
#ifndef RESAMPLE_DEFAULT_QUALITY
|
||||||
#define RESAMPLE_DEFAULT_QUALITY 4
|
#define RESAMPLE_DEFAULT_QUALITY 4
|
||||||
|
#endif
|
||||||
|
|
||||||
#define RESAMPLE_WINDOW_DEFAULT RESAMPLE_WINDOW_EXP
|
#define RESAMPLE_WINDOW_DEFAULT RESAMPLE_WINDOW_EXP
|
||||||
#define RESAMPLE_MAX_PARAMS 16
|
#define RESAMPLE_MAX_PARAMS 16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue