近日,著名的mp3编解码器LAME发布了最新的正式版 3.98.3。LameXP是一个图形化的前端
LAME MP3,Ogg Vorbis和Nero AAC的编码器,支持Wave, MP3, Ogg Vorbis, AAC/MP4,
FLAC, WavPack, Musepack, Speex
,APE格式的编码.它可以让你用图形界面的方式来为自己的音乐进行高质量编码转换,同时还支持多线程和多核心处理器.
更新情况如下:
- Rogério Brito:
- Update the debian packaging for the new release.
- Robert Hegemann
- The ignore-tag-errors switch had no effect when
embedding album art, fixed.
- Library API change: lame_decode functions are now obsolete but
still present, please use hip_decode instead. The reason for this change
is: lame_decode functions use a single global variable within the
library to store decoder setup, hip_decode functions don't. The encoder
now uses hip_decode internally and it is now possible to use clipdetect
feature while reencoding mp3 to mp3.
- Workaround for FFMPEG bug, which uses to call lame_encode_flush
more than once in a loop.
- Windows: program icon and version info added (when building with
VC9)
- Fix for Bugtracker item [ 2688413 ] lib name problem in
Microsoft Visual Studio 6
- Fix for Bugtracker items [ 2051870, 2423650, 2928684 ]
several small documentation issues
- Fix for Bugtracker item [ 2723518 ] resampling in 3.98 and
3.99alpha
- Fix for Bugtracker item [ 2891879 ] Because of Windows API
change, there was a problem with the prority switch.
- Fix for Bugtracker item [ 2893101 ] Access Violation in
BladeMP3EncDLL if UNICODE was defined.
- Fix for Bugtracker item [ 2887359 ] Wrong length in ID3v2
tag when num_samples isn't set
- Fix for Bugtracker item [ 2872590 ] LameTAG: "Music length"
missmatch in LAME 3.98
- Fix for Bugtracker item [ 2824296 ] wrong enc_padding value
in LAME 3.99a and 3.98.3 (from CVS)
- Revisiting the FhG decoder problem (FhG V1.5 build 50, ships
with MS Windows): enabling the new-drain-code seems to solve that issue
better, than restricting the buffer size (see below: 3.98 beta 1, May 16
2007).
- Patch submitted by Bernhard Doebler, tracker item [ 2807676 ]
Error when building Lame with NASM support
- Patch submitted by Mancuso Raffaele, tracker item [ 2406420 ]
compile lame_enc.dll under cygwin
顺便扫盲一下:changelog红色部分是官方标出的,表示该项更新会对音质产生影响(不管是好的也还是坏的影响)。
下载地址:http://www.rarewares.org/dancer/dancer.php?f=286
源码:http://sourceforge.net/projects/lame/files/lame/3.98.3/lame-3.98.3.tar.gz/download |