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, ...
1
vote
1answer
130 views
How to play wma file in iphone?
I want to build a radio app in iPhone for which wma streaming is necessary. So if u have any idea please help me.
thanks in advance