Audio library and ESP32

Status
Not open for further replies.

ghostintranslation

Well-known member
Hi,

I recently made a synth using Teensy 3.2 and the audio board, and I was asked if the code would work with an ESP32 chip instead. I'm not sure what to answer and I tried to look for any compatibility discussions but didn't find anything about it.

Is the audio.h library working on other chips than Teensy+audioboard like an ESP32? If there is a partial support, what would not be compatible?

Thanks

PS: I made a thread to present my synth project with all the source code:
https://forum.pjrc.com/threads/57869-Teensy-polyphonic-FM-synth?p=217758#post217758
 
Doesn't ESP32 have 2 8 bit DACs? I imagine that would cause some headaches trying to port the library.
 
A years old fork, obviously.
Nice to see Adafruit using our code.. I must re-think my MIT usage :)
Don't know If I want that.
 
Yes, but it has I2S as far as I know.
And often 8 Bits are enough. Hey we live with super small smartphone-speakers. Whats reaches your ear isn't much better (quality-wise)
 
Status
Not open for further replies.
Back
Top