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
|
|
@ -59,4 +59,7 @@ struct resample {
|
|||
#define resample_reset(r) (r)->reset(r)
|
||||
#define resample_delay(r) (r)->delay(r)
|
||||
|
||||
int resample_native_init(struct resample *r);
|
||||
int resample_peaks_init(struct resample *r);
|
||||
|
||||
#endif /* RESAMPLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue