ARDUINO-STK output to PWM or ESP32 DAC? #13
Replies: 4 comments 6 replies
-
I would use the AudioTools for doing the Output:
|
Beta Was this translation helpful? Give feedback.
-
`#include <Arduino.h> #include "WiFi.h" /**
*/ AudioInfo info(44100, 1, 16); // Arduino Setup // start I2S // Setup sine wave // Arduino loop - copy sound to out |
Beta Was this translation helpful? Give feedback.
-
I thought I would post that here for anyone who wants to get Audio working on a esp32 feather with Platform IO! |
Beta Was this translation helpful? Give feedback.
-
thanks so much-- re-reading the Wiki now that I have gotten things working is starting to sink in. I am going to put the Wikis on my tablet and spend the next few days really trying to understand the stream concepts a bit better. really appreciate all the help and work you have done. |
Beta Was this translation helpful? Give feedback.
-
looking here
https://github.com/pschatzmann/arduino-stk/wiki/Output-of-Sound
I only see text and I2s as an option. I would like to know how to output to the built in Dac on esp32 or a pwm pin
thanks
Beta Was this translation helpful? Give feedback.
All reactions