Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Can Java trim MP3 files?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="jmcgill, post: 1605498"] Be aware that MP3 can only be edited in blocks, and cuts are not possible with much precision. The best you can do is a single "frame", 144 * BitRate / (SampleRate + Padding). To do what you want to do, you'll have to first analyze the encoding, and then figure out in frames where you want to decode. It is really the same problem as implementing fast-forward/rewind in a player. Here's an implementation of mpeg decoding. [URL]http://www.mp3-tech.org/programmer/sources/JavaLayer0.0.8.tar.gz[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Can Java trim MP3 files?
Top