Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

WMA in java - NEED HELP

Options
  • 18-03-2004 4:25pm
    #1
    Closed Accounts Posts: 41


    I'm doing a Java media player, so far it supports MP3 and OggVorbis, but i can't find any WMA decoders out there!!!!

    HELLIKER handels my MP3 & JORBIS handels my OGG, but no WMA.

    Dose any know of any WMA decoders or any work arounds for WMA in java???

    At an out shot, will i have to use .NET framework to work a WMA hack that way???


Comments

  • Registered Users Posts: 491 ✭✭Silent Bob


    Originally posted by the_funkyguy
    I'm doing a Java media player, so far it supports MP3 and OggVorbis, but i can't find any WMA decoders out there!!!!

    HELLIKER handels my MP3 & JORBIS handels my OGG, but no WMA.

    Dose any know of any WMA decoders or any work arounds for WMA in java???

    At an out shot, will i have to use .NET framework to work a WMA hack that way???
    And now you feel the true benefits of a closed proprietary codec.

    AFAIK the only way to get WMA decoding is to use an MS supplied decoder, this will require JNI I imagine.

    And incidentally it's Ogg, not OGG


  • Registered Users Posts: 139 ✭✭soiaf


    Not in Java, but this might help, source code in C for WMA decoder

    http://cvs.sourceforge.net/viewcvs.py/ffmpeg/ffmpeg/libavcodec/wmadec.c


  • Closed Accounts Posts: 1,525 ✭✭✭vorbis


    if performance is an issue i think cni from the gnu gcj project is supposed to be faster than jni for calling c code from java.


Advertisement