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 {
2525 * - Audio bytes returned by read()/readBytes() contain no metadata; metadata is
2626 * only available through the callback.
2727 * - 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>;
3131 *
3232 * @tparam T Underlying URL stream type; must implement the AbstractURLStream
3333 * interface (e.g., provide begin/end/read/available/httpRequest,
You can’t perform that action at this time.
0 commit comments