CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    10

    MP3 encoding in Java

    I'd like to be able to change the information (artist, album, date, etc) in the mp3 encoding for mp3 files. Does anyone know of library that can help me do this in Java? Searches reveal that the LAME project may be useful, but I'd like to hear if anyone else knows of others to look into.

    Thanks,

    and best of luck in your own endeavors

  2. #2
    Join Date
    Apr 2007
    Posts
    425

    Re: MP3 encoding in Java

    there's a java project which wraps LAME with JNI. That's your best bet. JRE has no core mp3 support. You could figure out whatever you want, or setup some piped streams and use something command line like FFMPEG for your conversion, etc. if you don't need playback.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured