You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Wolle,
Unfortunately my esp32 from V2 has broken down. I am now trying it with the latest version of V2, an esp32s3 and VS1053B.
Unfortunately I get compile errors from Audio.cpp.
Compiling .pio\build\esp32s3\libd6c\ESP32-audioI2S\aac_decoder\libfaad\neaacdec.cpp.o
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp: In constructor 'Audio::Audio(uint8_t)':
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:177:5: error: 'm_i2s_chan_cfg' was not declared in this scope
m_i2s_chan_cfg.id = (i2s_port_t)m_i2s_num; // I2S_NUM_AUTO, I2S_NUM_0, I2S_NUM_1
^~~~~~~~~~~~~~
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:177:5: note: suggested alternative: 'm_i2s_config'
m_i2s_chan_cfg.id = (i2s_port_t)m_i2s_num; // I2S_NUM_AUTO, I2S_NUM_0, I2S_NUM_1
^~~~~~~~~~~~~~
m_i2s_config
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:178:36: error: 'I2S_ROLE_MASTER' was not declared in this scope
Unfortunately, I did not pin the versions of the integrated libraries to the version at that time. In the meantime, something has changed there. In the future, I will include the current commits.
thanks Wolle,
I will test this version hopefully it will work.
Jefke1
Resolving esp32s3 dependencies...
Library Manager: Installing git+https://github.com/schreibfaul1/ESP32-audioI2S.git#504901
git version 2.48.1.windows.1
Cloning into 'C:\Users\jefkeva.platformio.cache\tmp\pkg-installing-83zb0h2f'...
warning: Could not find remote branch 504901 to clone.
fatal: Remote branch 504901 not found in upstream origin
VCSBaseException: VCS: Could not process command ['git', 'clone', '--recursive', '--depth', '1', '--branch', '504901', 'https://github.com/schreibfaul1/ESP32-audioI2S.git', 'C:\Users\jefkeva\.platformio\.cache\tmp\pkg-installing-83zb0h2f']
Hello Wolle,
Unfortunately my esp32 from V2 has broken down. I am now trying it with the latest version of V2, an esp32s3 and VS1053B.
Unfortunately I get compile errors from Audio.cpp.
Compiling .pio\build\esp32s3\libd6c\ESP32-audioI2S\aac_decoder\libfaad\neaacdec.cpp.o
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp: In constructor 'Audio::Audio(uint8_t)':
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:177:5: error: 'm_i2s_chan_cfg' was not declared in this scope
m_i2s_chan_cfg.id = (i2s_port_t)m_i2s_num; // I2S_NUM_AUTO, I2S_NUM_0, I2S_NUM_1
^~~~~~~~~~~~~~
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:177:5: note: suggested alternative: 'm_i2s_config'
m_i2s_chan_cfg.id = (i2s_port_t)m_i2s_num; // I2S_NUM_AUTO, I2S_NUM_0, I2S_NUM_1
^~~~~~~~~~~~~~
m_i2s_config
.pio/libdeps/esp32s3/ESP32-audioI2S/src/Audio.cpp:178:36: error: 'I2S_ROLE_MASTER' was not declared in this scope
etc................................................
Thank you in advance.
Jefke1.
The text was updated successfully, but these errors were encountered: