gstreamer/ext/amrwbenc
Stefan Kost 0387a89cad various (ext): add missing G_PARAM_STATIC_STRINGS flags
Canonicalize property names as needed.
2010-10-19 17:13:26 +03:00
..
gstamrwb.c amrwbenc: Raise rank to SECONDARY 2009-11-18 18:00:00 +01:00
gstamrwbenc.c various (ext): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 17:13:26 +03:00
gstamrwbenc.h amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
GstAmrwbEnc.prs amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
Makefile.am amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00
README amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb to amrwbenc 2009-07-27 20:02:37 +02:00

Compiling AMRWB encoder:
========================

To compile the amrwb encoder, you need to download the source code from 
"http://www.3gpp.org/ftp/Specs/html-info/26204.htm" and uncompress the 
files inside an amrwb-code directory;

or execute this commands:
$cd amrwb-code
$sh ./run.sh

and run the "autogen" script again.