Load external mp3 file

Hi,

I’m making a game wich the user has to put their own music in the game folder to play with the game.
Is there a way for unity to load an external mp3 file at runtime and play it?
i’ve tried using the www class but it seems it doesn’t load mp3 files.

thank you in advance.

mp3 isn’t supported by unity outside of the mobiles where the hardware license covers it.

Desktop requires ogg files

Thank you for answering so quickly dreamora =)