c# – How to implement caching in Windows Media Player?

Question:

I use a media player on the form, which plays music directly from the Internet. But it happens that the Internet is a little dull and music playback stops for a few seconds. Is it possible to somehow implement caching for music in windows media player?

And is there any other normal aydio player for Windows Form?

Answer:

See NAudio at http://naudio.codeplex.com to play stream music with buffering.

Scroll to Top