You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add cl-aubio to Quicklisp.
It's a project with the bindings for the C aubio library, used for audio signal processing. The API isn't fully ported yet, but I think I already have the most juicy parts (like note, pitch and onset detection). I checked and I didn't find them already in Quicklisp.
I installed the libaubio dev libraries on my system, but I could not build. It worked when I changed the asd to fall back to libaubio.so.5 instead of (or in addition to) plain libaubio. Could you make that change upstream?
Hello!
I would like to add cl-aubio to Quicklisp.
It's a project with the bindings for the C aubio library, used for audio signal processing. The API isn't fully ported yet, but I think I already have the most juicy parts (like note, pitch and onset detection). I checked and I didn't find them already in Quicklisp.
Source, documentation, and usage examples: https://github.com/Lautaro-Garcia/cl-aubio
Thank you!
The text was updated successfully, but these errors were encountered: