- 16 Sep, 2021 2 commits
- 01 Sep, 2021 1 commit
-
-
Wolle authored
-
- 31 Aug, 2021 1 commit
-
-
Wolle authored
-
- 29 Aug, 2021 3 commits
- 25 Aug, 2021 1 commit
-
-
Wolle authored
In the ASX playlist, the elements between the angle brackets <...> are sometimes upper or lower case. That is now taken into account.
-
- 24 Aug, 2021 1 commit
-
-
Wolle authored
-
- 21 Aug, 2021 1 commit
-
-
Wolle authored
and new method: getAudioDataStartPos()
-
- 12 Aug, 2021 1 commit
-
-
Wolle authored
is transmitted in the audio header
-
- 02 Aug, 2021 1 commit
-
-
Wolle authored
-
- 01 Aug, 2021 1 commit
-
-
Wolle authored
The variables in readMetadata () must be reset each time connecttohost () is called. If metadata is sent when changing the radio station, the metadata will otherwise be incorrectly controlled and thus errors in the mp3 decoder will occur
-
- 30 Jul, 2021 2 commits
- 27 Jul, 2021 1 commit
-
-
Wolle authored
-
- 24 Jul, 2021 1 commit
-
-
Wolle authored
-
- 21 Jul, 2021 1 commit
-
-
Wolle authored
-
- 19 Jul, 2021 1 commit
-
-
Wolle authored
-
- 09 Jul, 2021 1 commit
-
-
Wolle authored
if(size == m_buffSizePSRAM - m_resBuffSizePSRAM) { // old was m_resBuffSizeRAM sprintf(chbuf, "PSRAM found, inputBufferSize: %u bytes", size - 1); if(audio_info) audio_info(chbuf); m_f_psram = true; f_already_done = true; }
-
- 03 Jul, 2021 2 commits
- 06 Jun, 2021 1 commit
-
-
Wolle authored
-
- 19 May, 2021 1 commit
-
-
Wolle authored
-
- 15 May, 2021 2 commits
- 12 May, 2021 4 commits
- 05 May, 2021 3 commits
- 03 May, 2021 3 commits
- 27 Apr, 2021 3 commits
-
-
Wolle authored
README: typo fix
-
Boris Hajduk authored
-
Wolle authored
Conclusion: ESP32 with PSRAM is too slow for ogg/flac streams only "http://stream.radioparadise.com/flac" works yet
-
- 18 Apr, 2021 1 commit
-
-
Wolle authored
bitsPerSample must be 8 or 16, fitting outBuff (int16_t) channels must be 1 or 2
-