Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RE: Decoding Mp3s in Java

807603Nov 29 2004 — edited Feb 16 2008
Hi All

I fairly new to the field of mp3s and their structure etc. I'm hoping someone will be able to point me in the right direction. I'm trying to develope a java application to extract the mp3 data so that I can manipulate it. However I only have a basic understanding of the tags in the mp3 file structure and not the decoding process - so I can look at the data in a meaningful way.

As an example jpeg files are compressed etc. So I was able to cobble together a java program to return a 2x2 matrix that stored RGB values of the pixels in the spatial domain.

I'm dealing wih sound here so I'm looking for a way to extract the sound data and store it in a logical way. I've downloaded JMF and the mp3 plugIn, but I don't quite see how to use these tools to extract and decode the data byte by byte.

Any help would be appreciated

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2008
Added on Nov 29 2004
11 comments
387 views