File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/AudioTools/CoreAudio/AudioHttp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ namespace audio_tools {
25
25
* - Audio bytes returned by read()/readBytes() contain no metadata; metadata is
26
26
* only available through the callback.
27
27
* - Use the following predefined usings:
28
- * - using ICYStream = ICYStreamT<URLStream>;
29
- * - using BufferedICYStream = ICYStreamT<BufferedURLStream>;
30
- * - using ICYStreamESP32 = ICYStreamT<URLStreamESP32>;
28
+ * - ICYStream = ICYStreamT<URLStream>;
29
+ * - BufferedICYStream = ICYStreamT<BufferedURLStream>;
30
+ * - ICYStreamESP32 = ICYStreamT<URLStreamESP32>;
31
31
*
32
32
* @tparam T Underlying URL stream type; must implement the AbstractURLStream
33
33
* interface (e.g., provide begin/end/read/available/httpRequest,
You can’t perform that action at this time.
0 commit comments