audioconvert: expose the selected function names

And debug them.
This commit is contained in:
Wim Taymans 2022-06-28 16:45:07 +02:00
parent 048e10ee3b
commit 51f4f1fb69
8 changed files with 77 additions and 48 deletions

View file

@ -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;