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
if I change line code:
from: buff = new AudioFileSourceBuffer(file, 2048);
to this: buff = new AudioFileSourceBuffer(file, 2048*8);
Error Code will change like this:
14:20:55.527 -> ...Connecting to WiFi
14:20:56.528 -> ...Connecting to WiFi
14:20:57.528 -> ...Connecting to WiFi
14:20:59.377 -> ...Connecting to WiFi
14:21:00.333 -> Connected
14:21:00.378 -> OOM error in MP3
14:21:00.378 -> MP3 done
14:21:01.388 -> MP3 done
14:21:02.400 -> MP3 done
14:21:03.402 -> MP3 done <<<< forever like this
Plzzz help me solve the problem
The text was updated successfully, but these errors were encountered:
agustianra89
changed the title
NodeMCU ESP8266 LoLin using AudioFileSourceHTTPStream & AudioOutputI2S MAX98357 I2S DAC Error
NodeMCU ESP8266 LoLin using AudioFileSourceHTTPStream & AudioOutputI2S with MAX98357 I2S DAC Error
Jun 18, 2024
agustianra89
changed the title
NodeMCU ESP8266 LoLin using AudioFileSourceHTTPStream & AudioOutputI2S with MAX98357 I2S DAC Error
NodeMCU ESP8266 LoLin using AudioFileSourceHTTPStream & AudioOutputI2S with MAX98357 I2S DAC
Jun 18, 2024
Here my Code:
Error Message:
if I change line code:
from:
buff = new AudioFileSourceBuffer(file, 2048);
to this:
buff = new AudioFileSourceBuffer(file, 2048*8);
Error Code will change like this:
Plzzz help me solve the problem
The text was updated successfully, but these errors were encountered: