Added Feature table to README.md
This commit is contained in:
parent
8a3d5a5b15
commit
554af9cf42
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -1,7 +1,14 @@
|
||||||
# Wobuzz
|
# Wobuzz
|
||||||
|
|
||||||
Wobuzz is an audio player made by The Wobbler.
|
Wobuzz is a simple audio player made by The Wobbler.
|
||||||
Currently it is still in early development and not really usable.
|
Currently, it just has really basic features but many more things are planned.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
| Feature | Description | State |
|
||||||
|
|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
|
||||||
|
| Playlists | You can create and load `.m3u` playlists, edit them and they will get stored on the disk automatically. | <input type="checkbox" disabled checked /> Implemented |
|
||||||
|
| Audio effects | Audio effects like normalizing and an equalizer. This can be implemented pretty easily because Wobuzz uses [Pydub](https://pydub.com/), which has these effects built in. | <input type="checkbox" disabled /> Not Implemented |
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue