aboutsummaryrefslogtreecommitdiffstats
path: root/addons/mp3/README
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 18:48:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 18:48:45 +0000
commit4ab73bf3aa54c3751c23ee158d4397fe354f5e48 (patch)
treed72e6be9aca3a66d12a0e080546f1d6d8078c7c7 /addons/mp3/README
parentb662c60397fe0dee5a2b6e2a4c12d69ea901061a (diff)
Remove the MP3 decoder source code and replace it with a small shell script.
Review: https://reviewboard.asterisk.org/r/836/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280742 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'addons/mp3/README')
-rw-r--r--addons/mp3/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/addons/mp3/README b/addons/mp3/README
deleted file mode 100644
index 9263da487..000000000
--- a/addons/mp3/README
+++ /dev/null
@@ -1,24 +0,0 @@
-This is a module for asterisk to play mp3 natively.
-They *SHOULD* be already at 8khz and *SHOULD* be mono.
-otherwise they will be consuming CPU alot more than need be.
-
-Convert them to 8k mono like this:
-lame -q -p --mp3input -a --preset 8 in.mp3 8kout.mp3
-
-just run
-# make clean install
-to install
-
-or
-# make clean autoload
-to install and autoload at the same time
-
-
-Comments or improvements
-Anthony Minessale <anthmct@yahoo.com>
-
-Donations Welcomed at paypal:jillkm3@yahoo.com
-
-
-
-