abclib
abclib copied to clipboard
Smoothing inputs?
I'm playing a bit with the VBAP implementation of abclib in ossia - while it works fine with e.g; noisy soundscapes, when I want to spatialize some say guitar sound and move theta rapidly, it quickly gives me clicks.
Is there an easy option or version of the library that would add a Faust parameter smoothing to the input ? or do you think I should enforce this at the host level ?
example with pd, it's very audible when setting the phasor~ in the example to 3hz
https://github.com/user-attachments/assets/1c2c3997-6b0c-4d07-9dc0-cfc1eb39b2ed
slower LFO speed for reference:
https://github.com/user-attachments/assets/17dc0cbd-0bb6-4451-8717-e5fee56c5987
argh it seems that the audio was eaten by github
sounds.zip zipped version to prevent mischief
Hi Jean-Michaël, sorry for the delay, we just saw your report. We're looking into it on the Faust side and will keep you updated.
We add a smoo to prevent the artifacts, the changes would be available in the next release
thanks, works much better!