ESP32 WROOM32E with DAC PCM1754 #682
-
Hi, Can anyone help Has anybody done this already? Thanks #include "AudioTools.h" I2SStream i2s; void setup() { cfg.sample_rate = 44100; // Match Bluetooth A2DP capability cfg.pin_mck = 0; cfg.buffer_size = 128; // Optimize for stability i2s.begin(cfg); a2dp_sink.start("MyMusic"); void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
For testing the output please follow the instructions from the AudioTools under the heading Audio Sink! You need to read the technical sheet of your DAC. Keep in mind that
|
Beta Was this translation helpful? Give feedback.
For testing the output please follow the instructions from the AudioTools under the heading Audio Sink!
You need to read the technical sheet of your DAC. Keep in mind that