From ad2fdb9e97fc04703050ebc62d7f98a20feaaf6a Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 9 Apr 2006 12:13:59 +0000 Subject: AMR codecs support info, patch by Rathann, with slight alteration by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18061 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/codecs.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 3d8eb350a1..11f6426f57 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -708,6 +708,9 @@ decoders: alaw and ulaw, various gsm, adpcm and pcm formats and other simple old audio codecs + + Adaptive Multi-Rate (AMR) speech codecs + @@ -882,6 +885,35 @@ from Grey Sector. + +AMR codecs + +Adaptive Multi-Rate speech codec is used in third generation (3G) mobile +phones. +Reference implementation is available from +The 3rd Generation Partnership Project +(free for private use). + + +To enable support, download the sources for +AMR-NB +and +AMR-WB +codecs, put them in the directory where you unpacked the +MPlayer source and run the following commands: + +unzip 26104-610.zip +unzip 26104-610_ANSI_C_source_code.zip +mv c-code libavcodec/amr_float +unzip 26204-600.zip +unzip 26204-600_ANSI-C_source_code.zip +mv c-code libavcodec/amrwb_float + +After that, follow the usual MPlayer +build procedure. + + + -- cgit v1.2.3