0

I play mp3 using NAudio but I don't know how to loop the music during opening program?

IWavePlayer waveOutDevice = new WaveOut();
AudioFileReader musicBackground = new AudioFileReader(@"....mp3");
waveOutDevice.Init(musicBackground);
waveOutDevice.Play();
  • Possible duplicate of [NAudio looping an audio file](http://stackoverflow.com/questions/8792456/naudio-looping-an-audio-file) – Malte R Apr 03 '16 at 15:19
  • Already been asked [here](http://stackoverflow.com/questions/8792456/naudio-looping-an-audio-file) :) – Malte R Apr 03 '16 at 15:20

0 Answers0