-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:c0ldw1nter/echoes
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |