We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dad3f commit 3faa661Copy full SHA for 3faa661
audio/alaw.c
@@ -26,7 +26,7 @@
26
27
/* length of test inputs */
28
#define LEN ((size_t)8)
29
-
+#decode zyk's first forktest
30
/* input pcm for test */
31
int16_t pcm[LEN] = {1000, -1000, 1234, 3200, -1314, 0, 32767, -32768};
32
0 commit comments