To play the WAV file you will need to download the file to the SPIFFS file system. This is now annoyingly hard to find on platform.io - watch this video to see how to find it. The pins currently configured are: FunctionGPIO PinNotes bck_io_numGPIO_NUM_27I2S - Serial clock ws_io_numGPIO_NUM_14I2S - LRCLK - left right c...
(I2S_BCLK, I2S_LRC, I2S_DOUT); audio.setVolume(21);pinMode(BTN_CONFIG_RESET, INPUT);boolforceConfig =false;//Change to true when testing to force configuration every time we runboolspiffsSetup =loadConfigFile();if(!spiffsSetup) { Serial.println(F("Forcing config mode as there is no ...
cd~/Arduino/hardware/espressif/esp32# Or wherever you have it installedgit pull# Update to the latestcdtools python get.py# On my system, I have python3 installed by default, so I had to run python2.7 get.py# Re-upload files using the new mkspiffs that is installed# Then reload your...
Go to page http://<yoradioip>/update and upload yoRadio.ino.esp32.bin and yoRadio.spiffs.bin in turn, checking the appropriate upload options. Well done! MQTT Copy file examples/mqttoptions.h to yoRadio/ directory In the mqttoptions.h file, change the options to the ones you need Wel...
// opus // *** local files *** // audio.connecttoFS(SD, "/test.wav"); // SD // audio.connecttoFS(SD_MMC, "/test.wav"); // SD_MMC // audio.connecttoFS(SPIFFS, "/test.wav"); // SPIFFS // audio.connecttospeech("Wenn die Hunde schlafen, kann der Wolf gut Schafe stehl...
new url parameter -http://YPRADIOIP/?clearspiffs- for clearing tails from SD playlist optimization of the issuance of the WEB-interface brought back the functionality of the track slider fixing bugs in the application logic v0.9.201 fixed a bug when importing a playlist ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Edragon / ESP32-S3-I2Saudio Public Notifications You must be signed in to change notification settings Fork 0 Star 5 License Apache-2.0 license ...
Files master Sign in to see the full file tree. src Audio.h Latest commit schreibfaul1 Syntax Error#1054 Jun 4, 2025 a50e846·Jun 4, 2025 History History
AudioOutputSPIFFSWAV: Writes a binary WAV format with headers to a SPIFFS filesystem. Ensure the FS is mounted and SPIFFS is started before calling. USe the SetFilename() call to pick the output file before starting. AudioOutputNull: Just dumps samples to /dev/null. Used for speed testing...
AudioOutputSPIFFSWAV: Writes a binary WAV format with headers to a SPIFFS filesystem. Ensure the FS is mounted and SPIFFS is started before calling. USe the SetFilename() call to pick the output file before starting. AudioOutputNull: Just dumps samples to /dev/null. Used for speed testing...