Added Feature table to README.md

This commit is contained in:
The Wobbler 2025-01-29 16:42:00 +01:00
parent 8a3d5a5b15
commit 554af9cf42

View file

@ -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