mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-29 07:24:55 +00:00 
			
		
		
		
	
		
			
	
	
		
			29 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
|   | /*
 | ||
|  |   * Signed 16-bit audio data | ||
|  |   * | ||
|  |   * Source: gsm.example | ||
|  |   * | ||
|  |   * Copyright (C) 1999, Mark Spencer | ||
|  |   * | ||
|  |   * Distributed under the terms of the GNU General Public License | ||
|  |   * | ||
|  |   */ | ||
|  | 
 | ||
|  | static signed short slin_ilbc_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 }; |