changeset 18060:cbc29633fbee

AMR codecs support info, patch by Rathann, with slight alteration by me.
author gpoirier
date Sun, 09 Apr 2006 12:13:59 +0000
parents b0cff0860fb9
children 38e5974fa140
files DOCS/xml/en/codecs.xml
diffstat 1 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
   </simpara></listitem>
+<listitem><simpara>
+  Adaptive Multi-Rate (AMR) speech codecs
+  </simpara></listitem>
 </itemizedlist>
 
 
@@ -882,6 +885,35 @@
 </para>
 </sect2>
 
+<sect2 id="amr">
+<title>AMR codecs</title>
+<para>
+Adaptive Multi-Rate speech codec is used in third generation (3G) mobile
+phones.
+Reference implementation is available from
+<ulink url="http://www.3gpp.org">The 3rd Generation Partnership Project</ulink>
+(free for private use).
+</para>
+<para>
+To enable support, download the sources for
+<ulink url="http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26104-610.zip">AMR-NB</ulink>
+and
+<ulink url="http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26204-600.zip">AMR-WB</ulink>
+codecs, put them in the directory where you unpacked the
+<application>MPlayer</application> source and run the following commands:
+<screen>
+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
+</screen>
+After that, follow the usual <application>MPlayer</application>
+<link linkend="features">build procedure</link>.
+</para>
+</sect2>
+
 </sect1>
 
 <!-- ********** -->