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://www.codercto.com/soft/d/14585.html

Modeling the Internet and the Web

Modeling the Internet and the Web

Pierre Baldi、Paolo Frasconi、Padhraic Smyth / Wiley / 2003-7-7 / USD 115.00

Modeling the Internet and the Web covers the most important aspects of modeling the Web using a modern mathematical and probabilistic treatment. It focuses on the information and application layers, a......一起来看看 《Modeling the Internet and the Web》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具