From 9416148d39a6404d8ebba064b027e5e7ff399372 Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 5 Jan 2000 17:22:42 +0000 Subject: Version 0.1.2 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@191 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/lpc10_slin_ex.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 codecs/lpc10_slin_ex.h (limited to 'codecs/lpc10_slin_ex.h') diff --git a/codecs/lpc10_slin_ex.h b/codecs/lpc10_slin_ex.h new file mode 100755 index 000000000..802c3f785 --- /dev/null +++ b/codecs/lpc10_slin_ex.h @@ -0,0 +1,13 @@ +/* + * 8-bit raw data + * + * Source: example.lpc10 + * + * Copyright (C) 1999, Mark Spencer and Linux Support Services + * + * Distributed under the terms of the GNU General Public License + * + */ + +static unsigned char lpc10_slin_ex[] = { +0x1, 0x8, 0x31, 0x8, 0x31, 0x80, 0x30 }; -- cgit v1.2.3