mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: expose the selected function names
And debug them.
This commit is contained in:
parent
048e10ee3b
commit
51f4f1fb69
8 changed files with 77 additions and 48 deletions
|
|
@ -31,11 +31,13 @@
|
|||
#define RESAMPLE_DEFAULT_QUALITY 4
|
||||
|
||||
struct resample {
|
||||
struct spa_log *log;
|
||||
uint32_t cpu_flags;
|
||||
const char *func_name;
|
||||
|
||||
uint32_t channels;
|
||||
uint32_t i_rate;
|
||||
uint32_t o_rate;
|
||||
struct spa_log *log;
|
||||
double rate;
|
||||
int quality;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue