We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I only need sound for my project on esp32 arduino ide, but I can’t get just the code for sound
The text was updated successfully, but these errors were encountered:
The header files containing the sounds are what you need then.
On my branch there is a tool to convert the header files back to wav files: https://github.com/rengels/Rc_Engine_Sound_ESP32/blob/huracan/tools/Header2Audio.html
If you want to use the sounds on an arduino you would need to convert them back again.
Sorry, something went wrong.
I don’t need sound files, i need library for sound playback , without motors, leds and others
Then this is not your project. It uses way to much HW if you just want to play sound.
I googled something for you: https://www.arduino.cc/reference/en/libraries/soundplayer/
No branches or pull requests
Hello, I only need sound for my project on esp32 arduino ide, but I can’t get just the code for sound
The text was updated successfully, but these errors were encountered: