ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
Version 3.0.13v I2s config m_i2s_chan_cfg.id = (i2s_port_t)m_i2s_num; // I2S_NUM_AUTO, I2S_NUM_0, I2S_NUM_1 m_i2s_chan_cfg.role = I2S_ROLE_MASTER; // I2S controller master role, bclk and lrc signal will be set to output m_i2s_chan_cfg.dma_desc_num =...
If we set for example 64 with audio.setVolumeSteps(64); than void Audio::computeLimit() in line v = (double)pow(m_vol, 2) / pow(m_vol_steps, 2); // square (default) get wrong result because type of m_vol_steps...
After listening to the network radio normally for a period of time, there is no sound anymore. The console will print the following information [750006][I][Audio.cpp:7639] chunkedDataTransfer(): chunksize 1399 [750014][I][Audio.cpp:7639] chunkedDataTransfer():...
CORRUPT HEAP: Bad head at 0x3ffe854c. Expected 0xabba1234 got 0x57b78b16 assert failed: multi_heap_free multi_heap_poisoning.c:279 (head != NULL) I want to make an internet radio, but I get this error every...
I am using esp32 The development platform is platformio At this time, I cannot use the latest version 3.1.0 of ESP32-audioI2S It prompts the following error, /ESP32-audioI2S/src/Audio.cpp:177:5: error: 'm_i2s_chan_cfg' was...
When importing "BluetoothSerial.h" library in a project containing ESP32-AudioI2S, even if there is no instantiation of Bluetooth serial port, it will cause esp32 can not play audio normally, the program...
Using release 3.1.0 there is a strong white noise that start as soon Audio.setPinout is called. Everithing work fine using 3.0.12 so ithink is a sort of bug introduced after...
I tried audio.getAudioFileDuration() but it's not correct.
audio.setBufferSize(2048); line 102:11: error: 'class Audio' has no member named 'setBufferSize'; did you mean 'inBufferSize'? 102 | audio.setBufferSize(2048); | ^~~~~~~~~~~~~ | inBufferSize exit status 1 Compilation error: 'class Audio' has...
I recently tried to play some BBC link (provided by you in #645), for example: [BBC Radio 1](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio=96000.norewind.m3u8). The sound quality is very good for about 1 second at the...