I need to play mp3 frames, which are transmitted via network using UDP.
I found a way to split an mp3 into frames using NAudio here.
A way to play frames using NAudio would be most appreciated!
The NAudio source code comes with a demo showing exactly how to do this. Look in the NAudioDemo
project, in the Mp3StreamingDemo
folder.