File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
examples/examples-communication/hls Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- //
2
- //
3
- //
4
-
5
1
/* *
6
2
* @file hls-buffer-i2s.ino
7
3
* @brief Buffered playback of HLSStream: activate PSRAM!
Original file line number Diff line number Diff line change 1
- //
2
- // Copy hls stream to decoder: the realoading of data is causig pauses
3
- // We use a MultiDecoder to handle different formats
4
- //
5
- #include " AudioTools.h"
1
+ /* *
2
+ * @file hls-i2s.ino
3
+ * @brief Copy hls stream to decoder: the re-loading of data is causig pauses
4
+ * We use a MultiDecoder to handle different formats.
5
+ * For MPEG-TS (MTS) you need to set the log level to Warning or higher.
6
+ *
7
+ * @author Phil Schatzmann
8
+ * @copyright GPLv3
9
+ */
10
+
11
+ #include " AudioTools.h"
6
12
#include " AudioTools/AudioLibs/HLSStream.h"
7
13
#include " AudioTools/AudioCodecs/CodecHelix.h"
8
14
// #include "AudioTools/AudioLibs/AudioBoardStream.h"
You can’t perform that action at this time.
0 commit comments