Results 481 comments of Wolle

The reason I implemented the SDFat Lib is to use filenames in UTF-8 or UTF16 format. (SD in ESP32 only knows ASCII) Thus, Russian, Chinese, Japanese... file names can be...

If the domain name service is not working, the destination cannot be determined. The DNS determines the valid IP address from the domain name. If the information info 'slow stream,...

this was maybe a temporary problem 'Disconnected from WiFi access point' 17:29:21: >>Send to /dev/ttyUSB0: "https://ruby.torontocast.com:1095/stream"

This looks like a problem with the used ESP32 board,, https://www.esp32.com/viewtopic.php?t=25729

I think pin12 will be the problem, maybe a pull-up resistor on the VS1053 board. If you swap two GPIOs with each other, the error could be eliminated

0x109 is a (crc) read error. This is most likely a hardware issue. It may help to reformat the SD card or use a different one. Are there any contact...

Yes, you are correct. The Vs1053 does not support FLAC out of the box. A patch is also required for this. Unfortunately the patch does not work with all boards....

Here is a simple example to show that there is a problem with the timeout ````c++ #include #include "WiFi.h" char SSID[] = "XXX"; char PW[] = "XXX"; char host[] =...

Common sample rates are 44.1KHz or 48KHz. 192KHz would be four times that. I wonder if the ESP32 can do that. wav is an uncompressed audio format. The RIFF header...

I don't know that exactly. Do you have an example of such a file?