SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.27k stars 411 forks source link

Webm support #237

Open theduke opened 4 years ago

theduke commented 4 years ago

Sadly the player currently is not able to play webm audio files.

bancsorin10 commented 2 years ago

Sorry to necromance old threads :) I would like there to be some webm support too so I did some digging. For me it looks like the android.media.MediaPlayer does not support some formats so I don't think this issue is in the best place, but what I found is in developers arduino, it says that there is MediaCodec that can be used for this situations and should be able to play any media format. I am very inexperienced with kotlin but thought this might be a good lead and I will try to push forward to see if I can get anything working. (I would also like to ask for some help / ideas / thoughts for this, what do you guys think would be a good approach?)