[pulseaudio-tickets] [Bug 105806] module-ladspa-sink: How can I use run_adding?
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Apr 1 11:22:58 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105806
--- Comment #5 from ovvv at web.de ---
To find out how to copy the input samples to the output, I tried to add a
simple "wet" parameter, see the attached patch. I thought after calling run I
can simply copy the input arrays contents into the output arrays assuming
input_count is the same as output_count and the cth input array belongs to the
cth output array. But it didn't work: Regardless the wet value, it always
sounded completely wet. Instead of mixing it with input, a time delay was added
when playing sound.
How can I copy the input to the output?
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20180401/7a7f1d29/attachment.html>
More information about the pulseaudio-bugs
mailing list