ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

intergrate your library to the Arduino library manager

Open RASPIAUDIO opened this issue 1 year ago • 5 comments

Hello,

It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library.

Is there a particular reason why it hasn't been added already?

All you need to do is add a library.properties file. Here's an example for reference: Example library.properties

Then, you can submit a pull request to the Arduino Library Registry.

RASPIAUDIO avatar Dec 02 '24 08:12 RASPIAUDIO

Hello,

It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library.

Is there a particular reason why it hasn't been added already?

All you need to do is add a library.properties file. Here's an example for reference: Example library.properties

Then, you can submit a pull request to the Arduino Library Registry.

I tried to add this library to Arduino IDE (sketch -> include library from zip) and I got: Multiple libraries were found for "SD.h"

did you run into that?

KMTsvetanov avatar Dec 03 '24 10:12 KMTsvetanov

Hello, It would be great if your library were available directly in the Arduino IDE. This would make it much easier for many users to utilize your library. Is there a particular reason why it hasn't been added already? All you need to do is add a library.properties file. Here's an example for reference: Example library.properties Then, you can submit a pull request to the Arduino Library Registry.

I tried to add this library to Arduino IDE (sketch -> include library from zip) and I got: Multiple libraries were found for "SD.h"

did you run into that?

It's not the subject of this topic.

RASPIAUDIO avatar Dec 03 '24 11:12 RASPIAUDIO

Hello, I also wanted to have this library at the Arduino Library Registry. It's stragne that this wasn't done already considering that this project already has a library.properties file.

I've done myself a pull request to the registry, adding the github url to the list: https://github.com/arduino/library-registry/pull/5705

The pull request was immediatly accepted and the bot said: "The library(s) will be available for installation via Library Manager within a day's time."

By the way, I'm not a contributor to this library, I'm just interested in using it.

LucasSaintrain avatar Dec 31 '24 18:12 LucasSaintrain

I did not want to submit it myself as I didn't want to take any credit for this exceptional library, but I'm glad you did ,😅

RASPIAUDIO avatar Dec 31 '24 20:12 RASPIAUDIO

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jan 31 '25 02:01 github-actions[bot]