We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f187dd commit d8663f7Copy full SHA for d8663f7
examples/examples-communication/hls/hls-buffer-i2s/hls-buffer-i2s.ino
@@ -1,7 +1,7 @@
1
//
2
// Buffered playback of HLSStream: activate PSRAM!
3
// We use a MultiDecoder to handle different formats.
4
-// For HLS you need to set the log level to Warning or higher.
+// For MPEG-TS (MTS) you need to set the log level to Warning or higher.
5
6
7
#include "AudioTools.h"
@@ -60,4 +60,4 @@ void setup(void) {
60
// Arduino loop
61
void loop() {
62
copier_play.copy();
63
-}
+}
0 commit comments