mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
resample: add SSE peaks resampler
This commit is contained in:
parent
a1e567b985
commit
0a4ef3d2c0
4 changed files with 116 additions and 10 deletions
|
|
@ -22,7 +22,10 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <spa/support/cpu.h>
|
||||
|
||||
struct resample {
|
||||
uint32_t cpu_flags;
|
||||
uint32_t channels;
|
||||
uint32_t i_rate;
|
||||
uint32_t o_rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue