diff --git a/README.md b/README.md new file mode 100644 index 0000000..64e7168 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Echoes +An audio player written in c# with .NET and winforms. + +#### Used libraries: + +[Bass.Net](http://bass.radio42.com/)
+[Taglib Sharp](https://github.com/mono/taglib-sharp)
+Super M3U (very basic M3U file processor I've written)
+ +#### Preview screen: +![alt text](http://i.imgur.com/UPyNVzX.png) + +#### Supported formats: +MP3, WAV, OGG, WMA, M4A, FLAC, MIDI, and lots of MOD music formats (XM, MOD, etc)
+Warning: to play midi files, you will need a soundfont. One is available [here](http://timtechsoftware.com/uploads/GeneralUser_GS_SoftSynth_v144.sf2) + +#### Features: + +Shuffle
+Easy filtering
+Playlist management
+Visualisation
+Tag editor
+Global hotkeys
+Color scheme editor
+Pitch changer
+Duplicate finder
+Keeping track of how long you listen to songs, providing a list of top artists, tracks, or albums (double click the logo on top-right corner!)
+ +Some areas are still incomplete, such as the global font changer and control design. Updates are in progress.