Joburgess db887f6d37 update 10 месяцев назад
..
ADbg db887f6d37 update 10 месяцев назад
ddk db887f6d37 update 10 месяцев назад
tinyxml db887f6d37 update 10 месяцев назад
ACM.cpp db887f6d37 update 10 месяцев назад
ACM.h db887f6d37 update 10 месяцев назад
ACMStream.cpp db887f6d37 update 10 месяцев назад
ACMStream.h db887f6d37 update 10 месяцев назад
AEncodeProperties.cpp db887f6d37 update 10 месяцев назад
AEncodeProperties.h db887f6d37 update 10 месяцев назад
DecodeStream.cpp db887f6d37 update 10 месяцев назад
DecodeStream.h db887f6d37 update 10 месяцев назад
LameACM.inf db887f6d37 update 10 месяцев назад
Makefile.am db887f6d37 update 10 месяцев назад
Makefile.in db887f6d37 update 10 месяцев назад
TODO db887f6d37 update 10 месяцев назад
acm.rc db887f6d37 update 10 месяцев назад
adebug.h db887f6d37 update 10 месяцев назад
lame.ico db887f6d37 update 10 месяцев назад
lameACM.def db887f6d37 update 10 месяцев назад
lame_acm.xml db887f6d37 update 10 месяцев назад
main.cpp db887f6d37 update 10 месяцев назад
readme.txt db887f6d37 update 10 месяцев назад
resource.h db887f6d37 update 10 месяцев назад

readme.txt

In order to build this codec, you need the Windows98 DDK from Microsoft. It can also work
with the Windows2000/ME/XP/2003 DDK:

http://www.microsoft.com/ddk/

Alternatively, the required headers are also available in CYGWIN+w32api, MINGW32 or Wine :

http://www.cygwin.com/
http://www.mingw.org/
http://www.winehq.com/


If you do not have a ddk, you should be able to use the alternative msacmdrv.h provided
with this ACM codec. It is not used by default because it would probably broke any real
DDK already installed.



---------------

Define ENABLE_DECODING if you want to use the decoding (alpha state, doesn't decode at the
moment, so use it only if you plan to develop)

---------------

To release this codec you will need :
- lameACM.acm (result of the build process)
- lameACM.inf
- lame_acm.xml (where the initial configuration is stored)