File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/AudioTools/AudioCodecs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
33#include " AudioTools/AudioCodecs/AudioCodecsBase.h"
4+ #define HELIX_PRINT
45#include " AACDecoderHelix.h"
56
67namespace audio_tools {
Original file line number Diff line number Diff line change 11#pragma once
22
33#include " AudioTools/AudioCodecs/AudioCodecsBase.h"
4+ #define HELIX_PRINT
45#include " MP3DecoderHelix.h"
56
67namespace audio_tools {
@@ -68,13 +69,11 @@ class MP3DecoderHelix : public AudioDecoder {
6869 if (mp3!=nullptr ) delete mp3;
6970 }
7071
71- #if defined(ARDUINO)
7272 // / Defines the output Stream
7373 void setOutput (Print &outStream) override {
7474 AudioDecoder::setOutput (outStream);
7575 if (mp3!=nullptr ) mp3->setOutput (outStream);
7676 }
77- #endif
7877
7978 // / Starts the processing
8079 bool begin (){
You can’t perform that action at this time.
0 commit comments