3

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!

Community
  • 1
  • 1
rakdosss
  • 61
  • 4

1 Answers1

3

The NAudio source code comes with a demo showing exactly how to do this. Look in the NAudioDemo project, in the Mp3StreamingDemo folder.

Mark Heath
  • 48,273
  • 29
  • 137
  • 194