Skip to content

Commit a407785

Browse files
committed
m4a-extractor fix comments
1 parent 9f132fd commit a407785

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests-cmake/codec/m4a-extractor/m4a-extrator.ino

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @file test-codec-alac.ino
2+
* @file m4a-extractor.ino
33
* @author Phil Schatzmann
4-
* @brief generate sine wave -> encoder -> decoder -> audiokit (i2s)
4+
* @brief Decode M4A file and output to CSV
55
* @version 0.1
66
*
77
* @copyright Copyright (c) 2025
@@ -12,7 +12,6 @@
1212
#include "AudioTools/AudioCodecs/CodecALAC.h"
1313
#include "AudioTools/AudioCodecs/CodecAACHelix.h"
1414
#include "AudioTools/AudioCodecs/MultiDecoder.h"
15-
1615
#include "SD.h"
1716

1817
MultiDecoder multi_decoder;
@@ -49,9 +48,6 @@ void setup() {
4948
Serial.println("Failed to open demuxer!");
5049
return;
5150
}
52-
53-
54-
Serial.println("MP4 Boxes:");
5551
}
5652

5753
void loop() {

0 commit comments

Comments
 (0)