summaryrefslogtreecommitdiff
path: root/orkbasecxx/g711.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-01-20 22:49:33 +0000
committerHenri Herscher <henri@oreka.org>2006-01-20 22:49:33 +0000
commitd9c6b1277a708f8a06dfb7d93dddfcebbd5ff03b (patch)
treeddc049b894a5a1bb9471a9b94bad62d95868f741 /orkbasecxx/g711.h
parente918c412e63769d1db155e1314bb384e092216ec (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@122 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/g711.h')
-rw-r--r--orkbasecxx/g711.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/orkbasecxx/g711.h b/orkbasecxx/g711.h
new file mode 100644
index 0000000..f15df4d
--- /dev/null
+++ b/orkbasecxx/g711.h
@@ -0,0 +1,21 @@
+/*
+ * Oreka -- A media capture and retrieval platform
+ *
+ * Copyright (C) 2005, orecx LLC
+ *
+ * http://www.orecx.com
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License.
+ * Please refer to http://www.gnu.org/copyleft/gpl.html
+ *
+ */
+
+#ifndef __G711_H__
+#define __G711_H__
+
+int ulaw2linear(unsigned char u_val);
+int alaw2linear(unsigned char a_val);
+
+#endif
+