- 09 Jul, 2022 1 commit
-
-
Wolle authored
if http status code 301 "Moved Permanently" wait for Location: and redirect to new url correct connection time
-
- 08 Jul, 2022 5 commits
-
-
Wolle authored
https://cdnlive.shooowit.net/rtvalive/smil:channel13.smil/playlist.m3u8 this valid url has a colon, but without a portnumber follows. now working m3u8 streams: http://189.240.210.28:1935/setacatlan/radio/chunklist_w1853320237.m3u8 http://stream.revma.ihrhls.com/zc3201/hls.m3u8 http://arcast.com.ar:1935/radio/radionar.stream/playlist.m3u8 http://lampsifmlive.mdc.akamaized.net/strmLampsi/userLampsi/playlist.m3u8 http://6182bfa7cd933.streamlock.net:1935/Radiokriti/Radiokriti/playlist.m3u8 https://cdnlive.codev8.net/canalextremaduralive/smil:channel2.smil/playlist .m3u8 https://cdnlive.shooowit.net/rtvalive/smil:channel13.smil/playlist.m3u8
-
Wolle authored
-
Wolle authored
-
Wolle authored
/Audio.cpp:2254:14: warning: unused variable 'pos' [-Wunused-variable] Audio.cpp:2538:25: warning: unused variable 'size' [-Wunused-variable] Audio.cpp:2496:29: warning: unused variable 'seqNr' [-Wunused-variable] Audio.cpp:2433:10: warning: unused variable 'f_entry' [-Wunused-variable] Audio.cpp:2434:10: warning: variable 'f_ExtInf' set but not used [-Wunused-but-set-variable] Audio.cpp:2435:9: warning: unused variable 'pos' [-Wunused-variable] Audio.cpp:2436:11: warning: unused variable 'host' [-Wunused-variable] Audio.cpp:2438:10: warning: variable 'f_StreamInf' set but not used [-Wunused-but-set-variable] Audio.cpp:3440:38: warning: format '%s' expects a matching 'char*' argument [-Wformat=] Audio.cpp:2496:29: warning: 'seqNr' defined but not used [-Wunused-variable] Audio.cpp:3100:33: warning: '%s' directive writing up to 511 bytes into a region of size 492 [-Wformat-overflow=]
-
Wolle authored
no new features, but the code is more structured
-
- 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