File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/AudioTools/CoreAudio/AudioHttp Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717namespace 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
You can’t perform that action at this time.
0 commit comments