文章分类

站点统计

  • 分类总数: 13 个
  • 文章总数: 145 篇
  • 评论总数: 35 条
  • 附件总数: 59 个
  • 建站日期: 2008-08-18
  • 访问总数: 388175 人次
  • RSS订阅: 文章|评论

5 Open source MP3 decoder in C/C++

KY8 于 2009-01-30 00:48:49 发表C/C++

1. MAD: MPEG Audio Decoder
http://www.underbit.com/products/mad/ or http://sourceforge.net/projects/mad/

MAD is a high-quality fixed-point MPEG audio decoder with 24-bit output. The implementation is entirely new, based on the ISO/IEC standards, and performs especially well on systems without native floating-point support.

2. Mpadec
http://sourceforge.net/projects/mpadec

Mpadec is a high-quality portable MPEG audio decoder library. It supports MPEG-1, MPEG-2 Layer I, Layer II and Layer III audio streams, including free-format streams.

3.MPG321
http://mpg321.sourceforge.net/

mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player. mpg123 is used for frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software.) In all of these capacities, mpg321 can be used as a drop-in replacement for mpg123.

4.MGP123
http://sourceforge.net/projects/mpg123

mpg123 is the fast and Free (LGPL since version 0.60) console based real time MPEG Audio Player for Layer 1, 2 and 3. It uses floating point math (unlike libmad). Starting with version 1.0, in also contains an up-to-date decoding library usable by 3rd party.

5.FOOBAR2000
http://www.foobar2000.org/

The foobar2000 SDK contains a bugfixed C++ version of the mpg123 C code

被阅1113次, 0票MP3 Decoder 发表评论

通过BoostPro Binary Installer for Visual C++免除Boost编译

Admin 于 2008-10-05 11:23:07 发表C/C++

http://www.boostpro.com/products/free上下载BoostPro 1.36.0 Installer (190K .exe),然后运行并按照提示进行安装。使用Boost时把Header与Library目录引用到C++项目就可以正常使用Boost库了。简单快捷!

被阅1596次, 0票Boost 发表评论

AngleScript,又一个开源C/C++脚本引擎

Admin 于 2008-10-01 00:09:56 发表C/C++

AngleScript脚本使用类似C/C++的语法,静态类型,面向对象,使用Handle而非指针,安全砂箱。
引擎支持实时编译,单步执行,详细的异常信息,可从控制台逐行输入解析,可编译成字节码供调用,模块化,支持多线程并可多线程调用引擎,可调试。
跨平台:可运行于Win32, Linux, MacOS X, XBox, XBox 360, PS2, PSP, PS3, Dreamcast, Nintendo DS和Windows Mobile
CPU无关:x86, amd64, sh4, mips, ppc, ppc64, arm都支持
源代码可用MSVC++, GNUC, MinGW和DJGPP编译。

被阅1899次, 0票AngleScript 发表评论

TinyXML使用笔记与总结

Admin 于 2008-09-20 01:58:02 发表C/C++

被阅740次, 0票TinyXML 发表评论

TinyXML的使用

Admin 于 2008-09-20 01:53:06 发表C/C++

被阅728次, 0票TinyXML 发表评论

TinyXML学习[1]

Admin 于 2008-09-20 01:48:04 发表C/C++

被阅756次, 0票TinyXML 发表评论

Notepad++

Admin 于 2008-09-19 01:10:35 发表C/C++

Notepad++ 是一款非常有特色的编辑器,是开源软件,可以免费使用。
功能有:
①、内置支持多达 27 种语法高亮度显示(囊括各种常见的源代码、脚本,值得一提的是,完美支持 .nfo 文件查看),也支持自定义语言;
②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,代码显示得非常有层次感!这是此软件最具特色的体现之一;
③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11),支持鼠标滚轮改变文档显示比例,等等;
④、提供数个特色东东,如 邻行互换位置、宏功能,等等...现在网上有很多文件编辑器,这个却是不可多得的一款,不论是日常使用还是手写编程代码,都能让你体会到它独有的优势和方便。

被阅1034次, 0票 发表评论

使用boost::spirit实现的CSV文件解析类

Admin 于 2008-09-13 02:50:57 发表C/C++

被阅416次, 0票CSV boost spirit 发表评论
1 / 2 / 16 | « 1 2 » |
Powered by MiniBoke v2.0.0.8 Build 0828

Copyright © 2008 开源吧!. All rights reserved.

粤ICP备07500939号