Skip to content

Commit 160eb7a

Browse files
committed
comments
1 parent a85cc5b commit 160eb7a

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

examples/examples-communication/hls/hls-buffer-i2s/hls-buffer-i2s.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
//
3-
//
4-
51
/**
62
* @file hls-buffer-i2s.ino
73
* @brief Buffered playback of HLSStream: activate PSRAM!

examples/examples-communication/hls/hls-i2s/hls-i2s.ino

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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"
612
#include "AudioTools/AudioLibs/HLSStream.h"
713
#include "AudioTools/AudioCodecs/CodecHelix.h"
814
//#include "AudioTools/AudioLibs/AudioBoardStream.h"

0 commit comments

Comments
 (0)