# HG changeset patch
# User gpoirier
# Date 1144584839 0
# Node ID cbc29633fbee9b8b07d04029bccc5b70a26d85d3
# Parent b0cff0860fb9a0a152689a67bdb7b5852924ddf1
AMR codecs support info, patch by Rathann, with slight alteration by me.
diff -r b0cff0860fb9 -r cbc29633fbee DOCS/xml/en/codecs.xml
--- a/DOCS/xml/en/codecs.xml Sun Apr 09 09:56:06 2006 +0000
+++ b/DOCS/xml/en/codecs.xml Sun Apr 09 12:13:59 2006 +0000
@@ -708,6 +708,9 @@
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 @@
+
+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.
+
+
+