Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

WMA in java - NEED HELP

  • 18-03-2004 03: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, Registered Users 2 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, Registered Users 2 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