mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-25 06:46:40 -04:00
convolver: returned processed samples
This commit is contained in:
parent
495c1c9dd0
commit
9c9a5ac435
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ int convolver_run_many(struct convolver *conv, const float *input, float *output
|
||||||
}
|
}
|
||||||
processed += processing;
|
processed += processing;
|
||||||
}
|
}
|
||||||
return 0;
|
return processed;
|
||||||
}
|
}
|
||||||
|
|
||||||
int convolver_run(struct convolver *conv, const float *input, float *output, int length)
|
int convolver_run(struct convolver *conv, const float *input, float *output, int length)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue