diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:43 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:43 +0200 |
commit | 5fa09a3e7b14dca614040a3ea0da262cb9d3cea9 (patch) | |
tree | 8abc0bde2e4730a39f2589ca240bebe2b0b43b02 /audio/amrnb/README | |
parent | 984383969b17f8aefa2e8f15ceb6e288d7af5806 (diff) |
audio/amrnb: Moved from multimedia
Diffstat (limited to 'audio/amrnb/README')
-rw-r--r-- | audio/amrnb/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/amrnb/README b/audio/amrnb/README new file mode 100644 index 000000000000..4a0278320950 --- /dev/null +++ b/audio/amrnb/README @@ -0,0 +1,15 @@ +amrnb - AMR Narrow Band Speech Codec + +This library is an effort to link against the amrnb-codec, +standardized by the 3GPP, and used in modern mobile-phones +when recording video or speech, for example. + +The library itself is actually just a wrapper around the original +code released by 3GPP. + +You will need to get the 26104-700.zip file and place it in the same +directory as the SlackBuild script *before* attempting to build this. +See the following page for more information: + http://www.3gpp.org/ftp/Specs/html-info/26104.htm +A direct link to the zip file is here: + http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip |