Skip to content

Please add cl-aubio #1832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Lautaro-Garcia opened this issue Apr 18, 2020 · 2 comments
Closed

Please add cl-aubio #1832

Lautaro-Garcia opened this issue Apr 18, 2020 · 2 comments
Labels

Comments

@Lautaro-Garcia
Copy link

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!

@quicklisp
Copy link
Owner

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?

@Lautaro-Garcia
Copy link
Author

Thank you! I made a change adding "libaubio.so.5" for :unix systems and "libaubio" as the default library name. I think that has to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants