diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-05-21 10:16:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-05-21 10:16:55 +0000 |
commit | 4603b6ee8f2b9a4885abda3407f487f6ab93eda1 (patch) | |
tree | 368efd6196f06cf6b01fde1c55c2a907f36c1e02 /audio/twolame/DESCR | |
parent | fb5ef6a93dd60c5ab2ff02b04551006cccee41dd (diff) | |
download | pkgsrc-4603b6ee8f2b9a4885abda3407f487f6ab93eda1.tar.gz |
Initial import of twolame-0.3.7.
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
tooLAME by Mike Cheng, which in turn is based upon the ISO dist10
code and portions of LAME.
Features added to TwoLAME:
* Fully thread-safe
* Static and shared library (libtwolame)
* API very similar to LAME's (for easy porting)
* Frontend supports wider range of input files (using libsndfile)
* automake/libtool/pkgconfig based build system
* C99 compliant
Diffstat (limited to 'audio/twolame/DESCR')
-rw-r--r-- | audio/twolame/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/twolame/DESCR b/audio/twolame/DESCR new file mode 100644 index 00000000000..9f11c6ad82d --- /dev/null +++ b/audio/twolame/DESCR @@ -0,0 +1,12 @@ +TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on +tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 +code and portions of LAME. + +Features added to TwoLAME: + + * Fully thread-safe + * Static and shared library (libtwolame) + * API very similar to LAME's (for easy porting) + * Frontend supports wider range of input files (using libsndfile) + * automake/libtool/pkgconfig based build system + * C99 compliant |