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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

WMA in java - NEED HELP

  • 18-03-2004 3: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