Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
MP3 编码器的完整实现(实际上,仅)源代码是 LAME:http://sourceforge.net/projects/lame/files/lame/3.99/
A complete implementation of an MP3 encoder including (actually, only) source code is LAME: http://sourceforge.net/projects/lame/files/lame/3.99/
本文将有助于理解 MP3 的内部结构,尽管它的重点是解码:
http://blog.bjrn.se/2008/10/lets-build-mp3-decoder.html
This article would help understand internals of MP3, although it is focused on decoding:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
MP3 编码器的完整实现(实际上,仅)源代码是 LAME:http://sourceforge.net/projects/lame/files/lame/3.99/
A complete implementation of an MP3 encoder including (actually, only) source code is LAME: http://sourceforge.net/projects/lame/files/lame/3.99/
本文将有助于理解 MP3 的内部结构,尽管它的重点是解码:
http://blog.bjrn.se/2008/10/lets-build-mp3-decoder.html
This article would help understand internals of MP3, although it is focused on decoding:
http://blog.bjrn.se/2008/10/lets-build-mp3-decoder.html