- 08 Apr, 2023 3 commits
- 07 Apr, 2023 6 commits
-
-
Wolle authored
-
Wolle authored
-
Wolle authored
https://stream.nightride.fm/darksynth.ogg // opus http://stream.chillsynth.fm/chillsynth.ogg // opus https://stream.nightride.fm/ebsm.ogg // OPUS
-
Wolle authored
https://stream.nightride.fm/darksynth.ogg // opus http://stream.chillsynth.fm/chillsynth.ogg // opus https://stream.nightride.fm/ebsm.ogg // OPUS
-
Wolle authored
-
- 05 Apr, 2023 2 commits
- 30 Mar, 2023 1 commit
-
-
Wolle authored
-
- 29 Mar, 2023 5 commits
- 28 Mar, 2023 1 commit
-
-
Wolle authored
-
- 27 Mar, 2023 1 commit
-
-
Wolle authored
Provide audio_id3lyrics() callback
-
- 26 Mar, 2023 1 commit
-
-
moononournation authored
-
- 24 Mar, 2023 1 commit
-
-
Wolle authored
correct buffer filltime in processWebFile()
-
- 16 Mar, 2023 3 commits
-
-
Wolle authored
-
Wolle authored
strlwr() is not standard C function avoid indexer error
-
Wolle authored
````c++ if(InBuff.bufferFilled()){ if(!readID3V1Tag()){ int bytesDecoded = sendBytes(InBuff.getReadPtr(), InBuff.bufferFilled()); if(m_f_playing){ if(bytesDecoded > 2){InBuff.bytesWasRead(bytesDecoded); return;} } AUDIO_INFO("audio file is corrupt --> send EOF"); // no return, fall through } } ````
-
- 07 Mar, 2023 2 commits
- 04 Mar, 2023 1 commit
-
-
Wolle authored
-
- 24 Feb, 2023 1 commit
-
-
Wolle authored
-
- 23 Feb, 2023 2 commits
- 22 Feb, 2023 1 commit
-
-
Wolle authored
-
- 15 Feb, 2023 1 commit
-
-
Wolle authored
-
- 13 Feb, 2023 3 commits
- 12 Feb, 2023 1 commit
-
-
Wolle authored
set xSemaphoreTakeRecursive
-
- 11 Feb, 2023 4 commits
-
-
Wolle authored
-
Wolle authored
-
Wolle authored
In order to prevent an upward or downward overflow when amplified by the digital filter, a level reduction is required in this case. For example, if the filters increase by 3dB, the overall level must be reduced by that amount. m_corr = pow10f((float)db/20); 0dB -> 1 1dB -> 1.12 2dB -> 1.25 ... 6dB -> 2
-
Wolle authored
-