mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
resample: fix phase calculation
This commit is contained in:
parent
a3c0bb0e9a
commit
595dc0ab5b
2 changed files with 9 additions and 7 deletions
|
|
@ -97,7 +97,7 @@ DEFINE_RESAMPLER(full,arch) \
|
|||
const float *s = src[c]; \
|
||||
float *d = dst[c]; \
|
||||
\
|
||||
index = 0; \
|
||||
index = 0; \
|
||||
phase = data->phase; \
|
||||
\
|
||||
for (o = offs; o < olen && index + n_taps <= ilen; o++) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue