October 2024 - V1.0.0 #1733
Locked
pschatzmann
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finally managed to release the 1.0 version of my Arduino AudioTools library.
It contains all the functionality that I have initially planned for and compared to the 0.9.9 release consists of a major restructuring of the source code directory.
I was conducting a poll, to confirm if I should go ahead with this change and a majority of users agreed to have this implemented.
Here is the new directory structure:
All the core functionality that is available with an include "AudioTools.h" can now be found in the /src/AudioTools/CoreAudio directory. The other directories contain the optional functionality that can be included if needed.
Breaking Change
Though the name of these directories did not change, the location did: so in order to include e.g. a codec you need to prefix it with AudioTools and do the following now
Please note that this is a breaking change and you need to adapt your sketches!
All examples have been updated.
Work Around
If you don't want to adapt the code in your sketch you can create symbolic links to the old directory locations.
Go to the Arduino libraries folder and in linux or osx you can execute the following commands
Something similar should be possible in Windows as well.
This discussion was created from the release October 2024 - V1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions