mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
filter-chain: read samples correctly
This commit is contained in:
parent
44c6ec146e
commit
be9ac91ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
|||
if (samples == NULL)
|
||||
return NULL;
|
||||
|
||||
sf_read_float(f, samples, info.frames);
|
||||
sf_readf_float(f, samples, info.frames);
|
||||
|
||||
offset = index % info.channels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue