Skip to content

itsAbhi650/YAMP-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMP (Yet Another Music Player) α

Build Quality Gate Status Code Smells

I am creating this project in order to learn about popular Audio Libraries for .NET like CSCore and NAudio. This is a simple media player in its very beginning stage (hence alpha) and right now has many sections broken and incomplete.

My prime objective of creating this project is to learn about the libraries as it is pretty much undocumented for beginners like me. The more I'll be learning about them and implementing their functionality in this player the more this player become a beginner friendly guide for everyone trying to learn about these libraries.

Libraries used

Note that both libraries TagLibSharp and MediaInfo (used for reading Tag data) are currently included in the project as of now but after some time I'm planning to keep only one which ever will be more suitable.

Contributing

Pull requests are welcome. In fact if there is an issue in existing code I request you to correct that too with a proper explanation in a noob friendly way.