Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
1.40/5 (2 votes)
Im trying to develop a music player in C# which has a playlist with play, pause, volume and seek bar functions. I will connect it to a database as well. I searched for similar projects and all I found were players developed using com component, which I don't want to. Can anyone help me with it or provide useful links?
Posted

I do not believe there is any audio-player strategy that will not require use of API calls, although you might consider embedding a Windows Media Player Control ... which wraps the API calls so you can interact at a higher level of abstraction ... perhaps one could consider that "managed" ?

I think your best resource is NAudio: [^]
 
Share this answer
 
v2
Take a look at the PVS AV Player, which is a .NET wrapper on the MCI. It is available free on here on CodeProject[^]. I have used this in my own applications, and find it incredibly tidy to use.
 
Share this answer
 
v2
Hi,

In wpf use MediaElement, in WinForm, as far as I know, there are no solutions without using a com component... Check out msdn documentation on WPF MediaElement.

Hope this helped...

LG
 
Share this answer
 
Comments
Prathamesh Deshpande 11-Oct-14 19:33pm    
Thanks. Yeah i researched a lot, unable to find it!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900