mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add codec G.722 support.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48661 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										25
									
								
								codecs/slin_g722_ex.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								codecs/slin_g722_ex.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| /*! \file | ||||
|  * \brief slin_g722_ex.h -- | ||||
|  * | ||||
|  *	Signed 16-bit audio data, 10 milliseconds worth at 8 kHz. | ||||
|  * | ||||
|  * Source: g723.example | ||||
|  * | ||||
|  * Copyright (C) 2001-2005, Digium Inc. | ||||
|  * | ||||
|  * Distributed under the terms of the GNU General Public License | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| static signed short slin_g722_ex[] = { | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||||
| 	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user