schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
1.07k stars 283 forks source link

audio.i2s_mclk_pin_select(I2S_MCLK); not available #659

Closed ats3788 closed 6 months ago

ats3788 commented 8 months ago

Danke schreibfaul1 für ihre wunderbare Arbeit In examples/ESP32_ES8388/ESP32_ES8388.ino is in line 88 audio.i2s_mclk_pin_select(I2S_MCLK); declared but it is not in the Header. Any clue Martin Michael

schreibfaul1 commented 8 months ago

Hallo Martin, hab da lange nichts mehr gemacht mir dem ES8388. Seit Arduino V2 kann MCLK zusammen mit den anderen I2S Pins gesetzt werden. Die Korrektur habe ich eingestellt, das wird jetzt funktionieren.

ats3788 commented 8 months ago

Leider funktioniert es noch nicht Seit Arduino V2 kann MCLK zusammen mit den anderen I2S Pins gesetzt werden. Die Korrektur habe ich eingestellt, das wird jetzt funktionieren. Muss das nun anders definiert werden. For our English speaking friends

Unfortunately it doesn't work yet Since Arduino V2, MCLK can be set together with the other I2S pins. I have set the correction, it will work now. This now needs to be defined differently

Hast Du studiert um so tolle Projekte umzusetzen?

digitalWrite(GPIO_PA_EN, HIGH);

    // set I2S_MasterClock
    audio.i2s_mclk_pin_select(I2S_MCLK);

    audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DSIN);

src/main.cpp: In function 'void setup()': src/main.cpp:111:11: error: 'class Audio' has no member named 'i2s_mclk_pin_select' audio.i2s_mclk_pin_select(I2S_MCLK); ^~~~~~~ *** [.pio\build\esp-wrover-kit\src\main.cpp.o] Error 1

schreibfaul1 commented 8 months ago

Das hab ich korrigiert, i2s_mclk_pin_select() gibts nicht mehr, examples/ESP32_ES8388/ESP32_ES8388.ino image

github-actions[bot] commented 7 months ago

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

github-actions[bot] commented 6 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.