Abhilash M
Abhilash M

Reputation: 39

How some media players play wma on Android

I was writing code for a media player and learned that Android doesn't support wma/wmv format but how come there are some players on the Play Store which can actually play wma.

I downloaded one and checked on my phone and it worked.

I am really puzzled how these people have managed to do this?

Please help me in understanding on how tos??

Hope I will also include .wma format in my player as well.

Thanks!

Upvotes: 0

Views: 1262

Answers (1)

Grammin
Grammin

Reputation: 12205

They wrote their own decoder. WMA is microsoft's proprietary media format. So it makes sense that Android wouldn't support it. The people who support this format reverse-engineered the WMA codecs.

Upvotes: 2

Related Questions