I am trying to stream sound using Naudio. The thing I'm having trouble is that I can not write a wavestream. I tried to make a line of small wavestream, but I do not think it's the way to go. How can I stream an MP3 file or wave file over the network and start playing it even when it is not completely transferred? Take a look at
BufferedWaveProvider , used it as an input You can also go to WaveOut and allow you to queue the buffer for playback, although you have to decode the MP3 file frame by frame using the MP3 frame class, because the MP3FileReader has the end position Is expected to change in
Comments
Post a Comment