Is it possible to put .mp3 to visual studio 2015? if yes, how? sorry, i'm just a beginner.. thanks in advance. :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it possible to put .mp3 to visual studio 2015? if yes, how? sorry, i'm just a beginner.. thanks in advance. :)

7th Nov 2016, 2:00 PM
MielCalyx
MielCalyx - avatar
3 Answers
+ 6
Yes it is possible, just create a new folder and drag and place it inside. However, in order to play it, you are going to need some other commands depending on what you are planning to make. Google is your best bet.
7th Nov 2016, 2:21 PM
Wen Qin
Wen Qin - avatar
+ 1
You need a library of some sort like LAME Encoding. VS can play sound files like .WAV already. I recommend converting your MP3 File. SoundPlayer sp = new SoundPlayer(@"C:/music.wav"); sp.Play();
12th Nov 2016, 7:01 PM
Newuser Noob
Newuser Noob - avatar
0
thank you soooo much! :)
9th Nov 2016, 1:05 AM
MielCalyx
MielCalyx - avatar