I need to add pretty basic audio player functionality to a client application I’m writing (I think it will be WPF based).
Can anyone please recommend a good audio player library with basic functionality (Playback control, Basic EQ and that’s it) and a .NET API?
Look into NAudio:
There’s a few sample apps that come with the library, one of which is a WPF application, so you can certainly use it there.