Tagged Questions

2
votes
1answer
2k views

Decode WMA with FFMpeg to PCM

I want to decode a WMA stream to 16 Bit PCM. Now i have a Question concerning FFMpeg- what is the output format of .. len = avcodec_decode_audio2(c, (int16_t *)outbuf, &outbuf_used, inbuf_ptr, ...
0
votes
1answer
149 views

How to predeliver WMA DRM licenses?

I'm trying to install WMA DRM licenses files silently so that users would not have to play each song and acknowledge for each license. I figured out that I need to do something like this : HRESULT ...