@schreibfaul1
Hello,
I want to use the internal 8bit DAC's of the ESP32 with this library with the arduino IDE, to have a simple internet radio.
I used the "audio I2S" example and I added to the setup:
Audio audio(true, I2S_DAC_CHANNEL_BOTH_EN); audio.setInternalDAC(true);
And I delted: audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
If I load this to my ESP32, the serial Monitor shows:
" ERROR A stack overflow in task loopTask has been detected.
abort() was called at PC 0x40088a60 on core 1 "
I connected earphones to the DAC pins and I hear nothing!
Could anyone help me?
@schreibfaul1
Hello,
I want to use the internal 8bit DAC's of the ESP32 with this library with the arduino IDE, to have a simple internet radio.
I used the "audio I2S" example and I added to the setup:
Audio audio(true, I2S_DAC_CHANNEL_BOTH_EN); audio.setInternalDAC(true);And I delted:
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);If I load this to my ESP32, the serial Monitor shows:
" ERROR A stack overflow in task loopTask has been detected.
abort() was called at PC 0x40088a60 on core 1 "
I connected earphones to the DAC pins and I hear nothing!
Could anyone help me?