Skip to content

Commit

Permalink
Merge branch 'master' of github.com:c0ldw1nter/echoes
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ldw1nter committed Aug 20, 2017
2 parents a96a77f + bbe6a4f commit ff0a042
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Echoes
An audio player written in c# with .NET and winforms.

#### Used libraries:

[Bass.Net](http://bass.radio42.com/) <br>
[Taglib Sharp](https://github.com/mono/taglib-sharp) <br>
Super M3U (very basic M3U file processor I've written) <br>

#### 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) <br>
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 <br>
Easy filtering <br>
Playlist management <br>
Visualisation <br>
Tag editor <br>
Global hotkeys <br>
Color scheme editor <br>
Pitch changer <br>
Duplicate finder <br>
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!) <br>

Some areas are still incomplete, such as the global font changer and control design. Updates are in progress.

0 comments on commit ff0a042

Please sign in to comment.