diff options
author | E. axillaris <elanus@i2pmail.org> | 2020-06-13 08:41:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-13 08:41:47 +0700 |
commit | 4139823f6ef8751605920a501aa5e7d4abbfce0c (patch) | |
tree | 3a827a54ee0266b106d02a242efa2662321e9f5f /audio/twolame/README | |
parent | 8273a71742d3296566ea5595314898e1a9390dd8 (diff) |
audio/twolame: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/twolame/README')
-rw-r--r-- | audio/twolame/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/twolame/README b/audio/twolame/README index ff1f1494da89b..c39e263172157 100644 --- a/audio/twolame/README +++ b/audio/twolame/README @@ -1,5 +1,4 @@ -TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. -TwoLAME should be able to be used as a drop-in replacement for -LAME (a MPEG Layer 3 encoder). The frontend takes very similar -command line options to LAME, and the backend library has a very -similar API to LAME. +TwoLAME is an optimised MP2 (MPEG-1 Audio Layer II) encoder. +It has a simple command line interface, uses libsndfile to handle a +wide range of input files, and features its own thread-safe library +with API similar to LAME (a MP3 encoder). |