Skip to content

Commit 2c39587

Browse files
committed
WAV remove TAG
1 parent 0bb0e32 commit 2c39587

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/AudioCodecs/CodecWAV.h

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#include "AudioCodecs/AudioFormat.h"
55
#include "AudioBasic/Str.h"
66

7-
#define TAG(a, b, c, d) \
8-
((static_cast<uint32_t>(a) << 24) | (static_cast<uint32_t>(b) << 16) | \
9-
(static_cast<uint32_t>(c) << 8) | (d))
107
#define READ_BUFFER_SIZE 512
118
#define MAX_WAV_HEADER_LEN 50
129

0 commit comments

Comments
 (0)