I'm trying to play a sound in vb.net by clicking the button but sadly the when i click the button it showing a error saying "The Wave Header is Corrupt". My Music file type is MP3 but when i convert to wav file it works. So my question is, iS "WAV" file is the only playable Audio file type to use in .NET
Here is my code
My.Computer.Audio.Play(My.Resources.Car_Background_Muisc, AudioPlayMode.WaitToComplete)