Java的MP3操作库 mp3fenge

码农软件 · 软件分类 · 多媒体处理 · 2019-09-14 15:11:52

软件介绍

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);

本文地址:https://codercto.com/soft/d/14585.html

Agile Web Application Development with Yii 1.1 and PHP5

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》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具