We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb0e32 commit 2c39587Copy full SHA for 2c39587
src/AudioCodecs/CodecWAV.h
@@ -4,9 +4,6 @@
4
#include "AudioCodecs/AudioFormat.h"
5
#include "AudioBasic/Str.h"
6
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))
10
#define READ_BUFFER_SIZE 512
11
#define MAX_WAV_HEADER_LEN 50
12
0 commit comments