mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
G726-32 changes:
split support for G726-32 into RFC3551 and AAL2 packing orders, since both are in use change "G726-32" to be RFC3551 packing order, in spite of devices that use AAL2 order with this MIME type add ability to directly transcode between packing orders git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -546,8 +546,10 @@ int ast_best_codec(int fmts)
|
||||
AST_FORMAT_ALAW,
|
||||
/*! Okay, well, signed linear is easy to translate into other stuff */
|
||||
AST_FORMAT_SLINEAR,
|
||||
/*! G.726 is standard ADPCM */
|
||||
/*! G.726 is standard ADPCM, in RFC3551 packing order */
|
||||
AST_FORMAT_G726,
|
||||
/*! G.726 is standard ADPCM, in AAL2 packing order */
|
||||
AST_FORMAT_G726_AAL2,
|
||||
/*! ADPCM has great sound quality and is still pretty easy to translate */
|
||||
AST_FORMAT_ADPCM,
|
||||
/*! Okay, we're down to vocoders now, so pick GSM because it's small and easier to
|
||||
|
||||
Reference in New Issue
Block a user