#Playing mp3 files

7 messages · Page 1 of 1 (latest)

cobalt seal
#

I am trying to make an mp3 player program, so far, I have only had success with playing wav files, because mp3 is unsupported.

Does anybody know how I could either

  1. automatically convert the mp3 to wav and play it

or 2.
just play it in some other way.

edgy violetBOT
#

This post has been reserved for your question.

Hey @cobalt seal! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

cobalt seal
#

javax.sound.sampled.UnsupportedAudioFileException: Stream of unsupported format

Thats what you get when you try to play an mp3

exotic robin
edgy violetBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.

cobalt seal