-
Notifications
You must be signed in to change notification settings - Fork 25
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
Let command line util "peaq" load the plugin statically #24
base: develop
Are you sure you want to change the base?
Conversation
Add initial CMake support
Welcome and thanks for the contribution! I'm on board with using In any case, I'd like to see this tested by CI, which seems to have bitrotted, so let me look at that first and then come back here. But even then, I guess testing without pointing to the plugin (the Line 7 in 0b9315e
Might be helpful to split this into three PRs for the three relatively unrelated changes, too. This project has relatively priority for me ATM, so give me a few days for trying to fix CI and coming back here. But please feel free to ping eventually... |
Yes, those macros require static linking. I just added the CMake support for the peaq command line util for now. CMake is nowadays the standard build tool for C/C++ and can replace any other build tool (e.g. autotools, VS, XCode). Well worth considering.
I would have added the CI jobs, but i have no clue about that, yet...i might get deeper into that
Yes, true. I will continue working on my fork and we (or you) can decide, what's worth taking over :)
No worries, just take your time. And many thanks for considering my changes. |
Brief update: I have a branch where
Certainly. I'm happy to see contributions from others. |
Ok, with #26, CI is happy again, but it occurred to me that none of the tests actually call the |
...also add initial CMake support and let peaq load arbitrary audio files (not just .wav)
Hi there,
i just added some little extensions. Hope that helps.
BR
Manuel