Wolle
Wolle
The example works. If I want to look at the newly created folder '获取磁盘文件列表' on a Windows or Linux PC, I find:  What am I doing wrong?
I can confirm this, it works now.
Well, there are two ways to decouple the I2S signal, as a block ``void audio_process_extern(int16_t* buff, uint16_t len, bool *continueI2S)``or individual samples ``audio_process_i2s(uint32_t* sample, bool *continueI2S)`` The ESPUino project https://github.com/biologist79/ESPuino...
Do you use the analog signal after the DAC for this?
With the ESP32, the pins for the SD_MMC are fixed and cannot be changed. d0 - pin2, clk - pin 14 and cmd - pin 15. Unlike the ESP32-S3. The...
Hi mmar22, I don't know. We send the URL encoded string to GoogleTTS and get an mp3 stream back. The string is limited to about 200 characters in the free...
Why should it be so complicated? You can save the audio file directly as SPIFFS or in an FFat partition without RAW conversion.
I use PlatformIO frequently. WiFiClientSecure is included in the Arduino ESP32 package. It is not necessary to include such header files. Here is my platformio.ini: ```` PlatformIO Project Configuration File...
The DLNA servers must be in the home network. They are reached via a MULICAST on ports 1900 and 8888. Perhaps the firewall is preventing the connection. CT audio/x-flac works...
If PSRAM is available, the decoders will use it. I think there are other workarounds besides mfix-esp32-psram-cache-issue. If you use PlatformIO, then use Arduino as a component. Then you have...