Skip to content

Commit 9a1cc77

Browse files
committed
ICYStream/URLStream Comments
1 parent 24c2c5a commit 9a1cc77

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/ICYStream.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ namespace audio_tools {
1414
* provided via a callback method.
1515
*
1616
* This is basically just a URLStream with the metadata turned on.
17+
*
18+
* If you run into performance issues, check if the data is provided chunked.
19+
* In this chase you can check if setting the protocol to "HTTP/1.0" improves
20+
* the situation.
21+
*
1722
* @ingroup http
1823
* @author Phil Schatzmann
1924
* @copyright GPLv3

src/AudioTools/CoreAudio/AudioHttp/URLStream.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
namespace audio_tools {
1818

1919
/**
20-
* @brief Represents the content of a URL as Stream. We use the WiFi.h API
20+
* @brief Represents the content of a URL as Stream. We use the WiFi.h API.
21+
* If you run into performance issues, check if the data is provided chunked.
22+
* In this chase you can check if setting the protocol to "HTTP/1.0" improves
23+
* the situation.
2124
* @author Phil Schatzmann
2225
* @ingroup http
2326
* @copyright GPLv3

0 commit comments

Comments
 (0)