mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-27 15:26:59 +01:00
Start on built-in LAME
Using LAME 3.10 Windows project files substantially changed from original, and included into audacity solution.
This commit is contained in:
26
lib-src/mpglib/README
Normal file
26
lib-src/mpglib/README
Normal file
@@ -0,0 +1,26 @@
|
||||
hip - Hip Isn't a Player
|
||||
A LGPLed mpeg audio decoding library.
|
||||
|
||||
Based off of Michael Hipp's mpglib 0.2a <http://www.mpg123.de/>, with many
|
||||
improvements by the lame development team (see AUTHORS).
|
||||
|
||||
The interface to the library is based off of vorbisfile. If you add mp3
|
||||
support to your app using this library it should be a snap to add Ogg Vorbis
|
||||
support as well.
|
||||
|
||||
This isn't as fast as mpg123 will be for decoding as none of it is in
|
||||
assmbler.
|
||||
|
||||
Seeking currently isn't implemented.
|
||||
|
||||
|
||||
From mpglib's orginal README:
|
||||
=============================
|
||||
|
||||
PLEASE NOTE: This software may contain patented algorithms (at least
|
||||
patented in some countries). It may be not allowed to sell/use products
|
||||
based on this source code in these countries. Check this out first!
|
||||
|
||||
COPYRIGHT of MP3 music:
|
||||
Please note, that the duplicating of copyrighted music without explicit
|
||||
permission violates the rights of the owner.
|
||||
Reference in New Issue
Block a user