diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-02-22 14:37:14 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-02-22 14:37:14 +1100 |
| commit | f54347794f45261e0c0fde1104a70d1063c77305 (patch) | |
| tree | 163bc566905fc67ad375785b528a2037e77adb69 /src/audio/audio_decoder.cpp | |
| parent | 912060de1b31721103efc0ee321dfb1f80f8ccc4 (diff) | |
| download | tangara-fw-f54347794f45261e0c0fde1104a70d1063c77305.tar.gz | |
WIP: Flac not working-- coming back to this later
Diffstat (limited to 'src/audio/audio_decoder.cpp')
| -rw-r--r-- | src/audio/audio_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio/audio_decoder.cpp b/src/audio/audio_decoder.cpp index 68a8a86b..6c26dec8 100644 --- a/src/audio/audio_decoder.cpp +++ b/src/audio/audio_decoder.cpp @@ -167,6 +167,7 @@ auto Decoder::BeginDecoding(std::shared_ptr<TaggedStream> stream) -> bool { auto Decoder::ContinueDecoding() -> bool { auto res = codec_->DecodeTo(codec_buffer_); if (res.has_error()) { + ESP_LOGI(kTag, "RAN INTO DECODING ERROR"); return true; } |
