summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-09 12:13:59 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-09 12:13:59 +0000
commitad2fdb9e97fc04703050ebc62d7f98a20feaaf6a (patch)
tree416d118ecf8378a80f41598091cda7d079bb53db /DOCS
parent14dfd0c93fdb9ce93adbd0cdb4c4948727239c01 (diff)
downloadmpv-ad2fdb9e97fc04703050ebc62d7f98a20feaaf6a.tar.bz2
mpv-ad2fdb9e97fc04703050ebc62d7f98a20feaaf6a.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml32
1 files changed, 32 insertions, 0 deletions
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
</simpara></listitem>
+<listitem><simpara>
+ Adaptive Multi-Rate (AMR) speech codecs
+ </simpara></listitem>
</itemizedlist>
@@ -882,6 +885,35 @@ from <ulink url="http://greysector.rangers.eu.org/">Grey Sector</ulink>.
</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>
<!-- ********** -->