Posts by pedrovereza • 51 points
1 post
-
5
votes3
answers2183
viewsA: How to create a musical "player" in C#?
You can take a look at the library Naudium. This example shows how to play an mp3 file. The interface IWavePlayer has methods Stop() Play() and Pause(). This should already account for the playing…
c#answered pedrovereza 51