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 46656a4 commit e5bb91aCopy full SHA for e5bb91a
src/AACDecoderHelix.h
@@ -29,9 +29,10 @@ class AACDecoderHelix : public CommonHelix {
29
#if defined(ARDUINO) || defined(HELIX_PRINT)
30
AACDecoderHelix(Print &output) {
31
setMinFrameBufferSize(AAC_MIN_FRAME_SIZE);
32
- his->out = &output;
+ this->out = &output;
33
}
34
#endif
35
+
36
AACDecoderHelix(AACDataCallback dataCallback) {
37
38
this->pcmCallback = dataCallback;
0 commit comments