20 lines
431 B
C
20 lines
431 B
C
|
|
$FreeBSD$
|
|
|
|
--- /dev/null Fri Jan 30 01:52:11 2004
|
|
+++ codecs/g729_slin_ex.h Fri Jan 30 01:57:59 2004
|
|
@@ -0,0 +1,14 @@
|
|
+/*
|
|
+ * g729_slin_ex.h --
|
|
+ *
|
|
+ * 8-bit G.729 data, 10 milliseconds worth at 8 kHz.
|
|
+ *
|
|
+ * Copyright (C) 2004, Maxim Sobolev <sobomax@FreeBSD.org>
|
|
+ *
|
|
+ * Distributed under the terms of the GNU General Public License
|
|
+ *
|
|
+ */
|
|
+
|
|
+static unsigned char g729_slin_ex[] = {
|
|
+120,82,175,64,0,250,219,0,7,214
|
|
+};
|