mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
32 lines
1.1 KiB
C
32 lines
1.1 KiB
C
|
|
$FreeBSD$
|
|
|
|
--- /dev/null Fri Jan 30 01:52:11 2004
|
|
+++ codecs/slin_g729_ex.h Fri Jan 30 01:57:59 2004
|
|
@@ -0,0 +1,25 @@
|
|
+/*
|
|
+ * slin_g729_ex.h --
|
|
+ *
|
|
+ * Signed 16-bit audio data, 10 milliseconds worth at 8 kHz.
|
|
+ *
|
|
+ * Source: g723.example
|
|
+ *
|
|
+ * Copyright (C) 2001, Linux Support Services, Inc.
|
|
+ *
|
|
+ * Distributed under the terms of the GNU General Public License
|
|
+ *
|
|
+ */
|
|
+
|
|
+static signed short slin_g729_ex[] = {
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
|
+ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
|
|
+};
|