Frank

Results 175 comments of Frank

:thinking: hmmm ... this could be a tricky one. It seems that several problem reports are basicially complaining about similar "pops and clicks". My guess is that the problem needs...

@ChrisVeigl the NS4168 is an "external DAC" with built-in amplifier, correct? So the parts of your patch related to INTERNAL_DAC are not relevant for that configuration?

Hi, not sure if i2s_zero_dma_buffer() can be made into filling the buffers with anything different than 0 - it's part of the ESP-IDF, so we can't change it. . About...

> regarding the other recommendations: well - these changes made it work for me in the first place - so i'd like to keep them ;-) > but it would...

> I'm here :-) my proposal: I could open a new branch in my fork of ESP8266Audio, so we can work together on a PR until it works for both...

Hi @ChrisVeigl, Sorry was "drowning in other business" for some time, now I think I'll find some time over the weekend to continue looking into this topic. I'll check what...

Maybe no memory leak, however I see the problem that the class destructor may miss to uninstall the i2s driver, in case that `out->stop()` is used before `delete.` Nice catch...

Hi, Can you give some more details on what's not working? Did you try one of the examples, like "PlayMP3FromSPIFFS"? . In case you don't get sound output, I can...

> For both when you use the internal DAC you can put your speaker between ping 25 and GND. Did you directly connect the speaker? Because usually it's not good...

Another observation - it seems that the I2S "internal DAC" driver is broken in https://github.com/espressif/arduino-esp32 version 2.0.1 (based on ESP-IDF 4.4). On my ESP32 I only get loud noise when...