pipewire/spa/plugins/audioconvert
Pauli Virtanen 847982eb0e resample: keep fractional part of in_rate when interpolating
When interpolating with rate correction != 1.0, don't floor the
resulting input rate to the nearest smallest integer.

This allows rate corrections < 1/in_rate to have some effect, and
reduces jumps in the response. One of the jumps is inconveniently
between rate=1.0 and rate=1.0+eps and will cause rate corrections to
oscillate if target rate varies close to 1.0.
2025-07-30 07:59:52 +00:00
..
audioadapter.c audioadapter: Add more log lines 2025-07-16 10:58:48 +02:00
audioconvert.c audioconvert: rework the stage recalc a little 2025-07-18 12:10:30 +02:00
benchmark-fmt-ops.c
benchmark-resample.c
biquad.c
biquad.h
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c channelmix: fix channel_mask bits iteration 2025-04-04 17:06:43 +02:00
channelmix-ops.h
crossover.c
crossover.h
fmt-ops-avx2.c
fmt-ops-c.c audioconvert: add clear function 2025-07-02 10:27:26 +02:00
fmt-ops-neon.c
fmt-ops-rvv.c
fmt-ops-sse2.c
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c audioconvert: add clear function 2025-07-02 10:27:26 +02:00
fmt-ops.h audioconvert: add clear function 2025-07-02 10:27:26 +02:00
hilbert.h *: don't include standard C headers inside of extern "C" 2025-05-30 09:48:28 +01:00
law.h
meson.build
peaks-ops-c.c
peaks-ops-sse.c
peaks-ops.c
peaks-ops.h audioconvert: undef the right function 2025-06-24 13:46:08 +02:00
plugin.c
resample-native-avx.c
resample-native-c.c
resample-native-impl.h resample: keep fractional part of in_rate when interpolating 2025-07-30 07:59:52 +00:00
resample-native-neon.c
resample-native-sse.c
resample-native-ssse3.c
resample-native.c resample: keep fractional part of in_rate when interpolating 2025-07-30 07:59:52 +00:00
resample-peaks.c
resample.h
spa-resample-dump-coeffs.c
spa-resample.c spa-resample: improve output format selection 2025-01-31 09:24:08 +01:00
test-audioadapter.c
test-audioconvert.c tests: set the flags on buffers correctly 2025-06-25 10:34:50 +02:00
test-channelmix.c
test-fmt-ops.c
test-peaks.c
test-resample-delay.c
test-resample.c resample: use fixed point for resample phase and input rate 2025-07-30 07:59:52 +00:00
test-source.c
volume-ops-c.c
volume-ops-sse.c
volume-ops.c
volume-ops.h
wavfile.c
wavfile.h