user1531851
user1531851

Reputation: 13

WMA support in Java

Actually, we need to convert a WMA audio file into FLAC. But there's a lack of ways to convert WMA into more convenient formats. Can you recommend us a library, that can help us, or something like that?

Upvotes: 1

Views: 1870

Answers (2)

Hendrik
Hendrik

Reputation: 5310

MFSampledSP supports WMA. It's suitable for Windows 7 or later.

Upvotes: 0

Eng.Fouad
Eng.Fouad

Reputation: 117569

What you need is JAVE:

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE to transcode audio and video files from a format to another. In example you can transcode an AVI file to a MPEG one, you can change a DivX video stream into a (youtube like) Flash FLV one, you can convert a WAV audio file to a MP3 or a Ogg Vorbis one, you can separate and transcode audio and video tracks, you can resize videos, changing their sizes and proportions and so on. Many other formats, containers and operations are supported by JAVE.

Upvotes: 1

Related Questions