- 22 Jun, 2022 1 commit
-
-
Wolle authored
-
- 20 Jun, 2022 2 commits
- 18 Jun, 2022 1 commit
-
-
Wolle authored
-
- 02 Jun, 2022 3 commits
-
-
Wolle authored
-
Wolle authored
New TTS provider MaryTTS
-
Oliver Jaksch authored
-
- 27 May, 2022 2 commits
- 26 May, 2022 1 commit
-
-
Wolle authored
Specifies the I2S port
-
- 25 May, 2022 1 commit
-
-
lingex authored
-
- 20 May, 2022 1 commit
-
-
Wolle authored
terminate VORBIS COMMENT add debug function in processwebstream()
-
- 19 May, 2022 2 commits
- 18 May, 2022 1 commit
-
-
Wolle authored
-
- 03 May, 2022 1 commit
-
-
Wolle authored
-
- 12 Apr, 2022 1 commit
-
-
Wolle authored
-
- 06 Apr, 2022 1 commit
-
-
Wolle authored
-
- 04 Apr, 2022 1 commit
-
-
Wolle authored
-
- 21 Mar, 2022 1 commit
-
-
Wolle authored
-
- 18 Mar, 2022 1 commit
-
-
Wolle authored
typo in a comment
-
- 17 Mar, 2022 1 commit
-
-
tomle authored
-
- 20 Feb, 2022 1 commit
-
-
Wolle authored
also m4a works
-
- 19 Feb, 2022 1 commit
-
-
Wolle authored
uint32_t stopSong(); //returns the real fileposition at current time bool connecttoFS(fs::FS &fs, const char* path, uint32_t resumeFilePos = 0); // jumps to resumeFilePos after reading fileheader
-
- 14 Feb, 2022 2 commits
-
-
Wolle authored
mp3_decoder: make sure data ends up in internal RAM
-
Stefan Seyfried authored
same as commit 6bf4cd, but for MP3 also fixes a possible PSRAM leak on allocation failure and a wrongly placed comment
-
- 13 Feb, 2022 3 commits
-
-
Wolle authored
fix stuttering AAC SBR playback when PSRAM is available
-
Stefan Seyfried authored
It was allocated in one 16x chunk, so only freeing one chunk is enough
-
Stefan Seyfried authored
The ESP-IDF core code actually uses PSRAM also for standard "malloc" & friends if it is available and the allocation id bigger than a certain threshold (4kB by default). To make sure that the AAC decoder buffers, especially the m_PSInfoSBR end up in RAM, use low level allocator calls to specify where to alloc stuff. This also gets rid of the "try malloc RAM first, if this fails fall back to ps_malloc" code, which probably did not do what was wanted anyway. This fixes stuttering SBR playback for me, which was caused by m_PSInfoSBR ending up in PSRAM unexpectedly.
-
- 05 Feb, 2022 5 commits
- 04 Feb, 2022 6 commits