File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/examples-desktop/generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ StreamCopy copier(out, in); // copy in to out
10
10
// Arduino Setup
11
11
void setup (void ) {
12
12
Serial.begin (115200 );
13
- AudioToolsLogger.begin (Serial, AudioToolsLogLevel::Info );
13
+ AudioToolsLogger.begin (Serial, AudioToolsLogLevel::Warning );
14
14
15
15
// open output
16
16
auto config = out.defaultConfig ();
Original file line number Diff line number Diff line change 4
4
#include " AudioTools/AudioCodecs/CodecHelix.h"
5
5
#include " AudioTools/AudioCodecs/CodecMTS.h"
6
6
#include " AudioTools/AudioLibs/MiniAudioStream.h"
7
- #include " AudioTools/AudioLibs /HLSStream.h"
7
+ #include " AudioTools/Communication /HLSStream.h"
8
8
9
9
AudioInfo info (48000 ,2 ,16 );
10
10
HLSStream hls_stream (" NA" , " NA" );
You can’t perform that action at this time.
0 commit comments