mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert: move some things around
To make it easier to add other implementations later. Improve selection of resampler function
This commit is contained in:
parent
bf3ebb67aa
commit
0d1cef6b3a
12 changed files with 172 additions and 131 deletions
|
|
@ -29,7 +29,10 @@
|
|||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "fmt-ops.c"
|
||||
#include "fmt-ops.h"
|
||||
|
||||
typedef void (*convert_func_t) (struct convert *conv, void * SPA_RESTRICT dst[],
|
||||
const void * SPA_RESTRICT src[], uint32_t n_samples);
|
||||
|
||||
struct stats {
|
||||
uint32_t n_samples;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue