Search found 1 match

by wmsu2003
Tue Jun 22, 2021 3:00 pm
Forum: ESP32 Arduino
Topic: Audiooutput on only one channel (DAC1)
Replies: 0
Views: 2959

Audiooutput on only one channel (DAC1)

Hello, I want to output my audio only on one DAC. So I can use the other for somethink else. I found this: On the ESP32, pin25 and pin26 are used (DAC1 and DAC2): https://github.com/earlephilhower/ESP8266Audio/blob/master/src/AudioOutputI2S.cpp#L78 The code is this one: if (output_mode == INTERNAL_D...