- 授权协议: LGPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/mp3fenge/
- 软件文档: http://code.google.com/p/mp3fenge/wiki/Tutorial
软件介绍
mp3fenge是一个很简洁的MP3 Java操作类库,最主要的功能是能够根据指定的开始时间和结束时间来截取MP3片段,
例如根据lyric中的时间戳来截取某个特定的句子,另外一些附加功能就是查看mp3文件的一些meta信息,
例如作者、唱片集等。
示例代码:
Mp3Fenge helper = new Mp3Fenge(new File("testdata/eyes_on_me.mp3"));
helper.generateNewMp3ByTime(new File("testdata/e1.mp3"), 307000, 315000);
Agile Web Application Development with Yii 1.1 and PHP5
Jeffrey Winesett / Packt Publishing / 2010-08-27
In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!
