ESP32-MiniWebRadio icon indicating copy to clipboard operation
ESP32-MiniWebRadio copied to clipboard

VS1053 support removed ?

Open Rhombur opened this issue 1 year ago • 11 comments

Is the VS1053 support removed? I tried to build today, and it failed with the messages below. The audio decoder was set to 0 = VS1053. The new audiotask (V3.0.0) does not contain anything with respect to VS1053 as previously. Is this intended? Many thanks

src/audiotask.cpp: In function 'void audioTask(void*)':
src/audiotask.cpp:47:21: error: 'I2S_BCLK' was not declared in this scope
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                     ^~~~~~~~
src/audiotask.cpp:47:21: note: suggested alternative: 'I2C_CLK'
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                     ^~~~~~~~
                     I2C_CLK
src/audiotask.cpp:47:31: error: 'I2S_LRC' was not declared in this scope
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                               ^~~~~~~
src/audiotask.cpp:47:40: error: 'I2S_DOUT' was not declared in this scope
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                                        ^~~~~~~~
src/audiotask.cpp:47:40: note: suggested alternative: 'FM_DOUT'
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                                        ^~~~~~~~
                                        FM_DOUT
src/audiotask.cpp:47:50: error: 'I2S_MCLK' was not declared in this scope
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                                                  ^~~~~~~~
src/audiotask.cpp:47:50: note: suggested alternative: 'I2C_CLK'
     audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, I2S_MCLK);
                                                  ^~~~~~~~
                                                  I2C_CLK
*** [.pio\build\esp32s3\src\audiotask.o] Error 1

Rhombur avatar Dec 26 '23 15:12 Rhombur

Hello Rhombur,

The Arduino Branch 3.0 only works with a DAC, the VS 1053 cannot be used

Arne65 avatar Dec 26 '23 15:12 Arne65

I did not use the Arduino-V3.0 branch, but the default master.

Rhombur avatar Dec 26 '23 17:12 Rhombur

As far as I know, this also applies to the master's degree

Arne65 avatar Dec 26 '23 17:12 Arne65

Indeed, this is what it looks like - as the description, how to install etc. all tell a VS1053 can be used (which was true at least until few weeks ago). Seems no chance to use my new ESP32-S3 whichw as supposed to solve the performance issues over my older EPS32.

Rhombur avatar Dec 26 '23 17:12 Rhombur

You would have to switch from the VS 1053 to a DAC then it will work

Arne65 avatar Dec 26 '23 17:12 Arne65

When using the VS 1053 Bluetooth cannot be used; it only works with a DAC and currently only with the ESP32

Arne65 avatar Dec 26 '23 17:12 Arne65

I have VS1053 at hand, but I don't have DAC ;) Would need to order it first, and wait again. I don't care for Bluetooth.

Rhombur avatar Dec 26 '23 17:12 Rhombur

If I understood all of this correctly, the VS 1053 no longer offers any further developments in the radio. I think that's probably why Wolle deactivated the VS1053,but I'm not entirely sure. I only use DAC myself

Arne65 avatar Dec 26 '23 17:12 Arne65

Seems I have to move this path as well. For now, need to find a way to work with the V2.14 from local drive.

Rhombur avatar Dec 26 '23 17:12 Rhombur

Bummer, I feel a VS 1053 sounds better. Is that just a feeling? I am still using older version. I Like the DLNA development, so....

Linkenelis avatar Dec 31 '23 18:12 Linkenelis

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Feb 14 '25 02:02 github-actions[bot]