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 3c0faeb commit b777297Copy full SHA for b777297
src/AudioTools/AudioCopy.h
@@ -51,7 +51,7 @@ class StreamCopyT {
51
52
void begin(){
53
is_first = true;
54
- LOG("buffer_size=%d",buffer_size);
+ LOGI("buffer_size=%d",buffer_size);
55
}
56
57
void end() {
@@ -63,15 +63,15 @@ class StreamCopyT {
63
this->from = new AudioStreamWrapper(from);
64
this->to = &to;
65
66
67
68
69
// assign a new output and input stream
70
void begin(Print &to, AudioStream &from){
71
this->from = &from;
72
73
74
75
76
77
Stream *getFrom(){
0 commit comments