TheDIYGuy999 / Rc_Engine_Sound_ESP32

Allows to play vehicle engine sounds on an ESP32. Additional sounds can play in parallel with the engine sound! Controls your lights as well. compatible with SBUS, IBUS, PWM, PPM and SUMD signals.
https://www.youtube.com/watch?v=s93yAAmEtbM&t=3s
309 stars 121 forks source link

Sound #67

Open ryadavoi opened 9 months ago

ryadavoi commented 9 months ago

Hello, I only need sound for my project on esp32 arduino ide, but I can’t get just the code for sound

rengels commented 9 months ago

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.

ryadavoi commented 9 months ago

I don’t need sound files, i need library for sound playback , without motors, leds and others

rengels commented 9 months ago

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/