mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
/*! \file
 | 
						|
  * \brief Signed 16-bit audio data
 | 
						|
  *
 | 
						|
  * Source: gsm.example
 | 
						|
  *
 | 
						|
  * Copyright (C) 1999-2005, Digium Inc.
 | 
						|
  *
 | 
						|
  * Distributed under the terms of the GNU General Public License
 | 
						|
  *
 | 
						|
  */
 | 
						|
 | 
						|
static signed short slin_gsm_ex[] = {
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 0xfff8, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 0x0008, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
0x0008, 000000, 000000, 000000, 0xfff8, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 000000, 
 | 
						|
000000, 000000, 000000, 000000, 000000, 000000, 0x0008, 000000, 000000, 000000 };
 |