pipewire/spa/plugins/audioconvert
Wim Taymans 10e71264e7 resample: recalc rate match when out of buffers
When we don't have any input buffers, recalculate the rate match
size field so that we can know the size of the expected buffer.

We already do this when starting but it might have been done with
a different quantum.
2021-12-03 17:54:00 +01:00
..
audioadapter.c audioadapter: return result from enum_param directly 2021-12-02 11:35:13 +01:00
audioconvert.c audioconvert: listen for merger and channelmix for params 2021-12-02 11:35:13 +01:00
benchmark-fmt-ops.c
benchmark-resample.c
biquad.c
biquad.h
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c
channelmix-ops.h
channelmix.c audioconvert: expose more config options 2021-12-02 11:35:13 +01:00
crossover.c
crossover.h
fmt-ops-avx2.c
fmt-ops-c.c
fmt-ops-neon.c audioconvert: fix compilation on armv7 2021-11-11 11:21:07 +01:00
fmt-ops-sse2.c
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c audioconvert: add stereo deinterleave neon asm 2021-10-28 11:30:04 +02:00
fmt-ops.h audioconvert: add stereo deinterleave neon asm 2021-10-28 11:30:04 +02:00
fmtconvert.c spa: use log topics 2021-10-13 10:48:23 +02:00
law.h
merger.c audioconvert: expose more config options 2021-12-02 11:35:13 +01:00
meson.build
plugin.c
resample-native-avx.c
resample-native-impl.h
resample-native-neon.c
resample-native-sse.c
resample-native-ssse3.c
resample-native.c resample: add some float math optimization 2021-10-18 21:19:43 +02:00
resample-peaks-impl.h
resample-peaks-sse.c
resample-peaks.c
resample.c resample: recalc rate match when out of buffers 2021-12-03 17:54:00 +01:00
resample.h
spa-resample.c
splitter.c spa: use log topics 2021-10-13 10:48:23 +02:00
test-audioadapter.c
test-audioconvert.c
test-channelmix.c
test-fmt-ops.c Use uint16_t instead of int16_t to fix a compiler warning. 2021-10-22 19:05:18 +03:00
test-helper.h
test-resample.c
test-source.c
volume-ops-c.c
volume-ops-sse.c
volume-ops.c
volume-ops.h