SeaPlayer is a player that works in the terminal. Works with MP3
, OGG
, WAV
, MIDI
and FLAC
files.
- You can use Release
- Download clone repository install the dependencies from
requirements.txt
and run via Python. -
pip install --upgrade seaplayer
If you have Windows you can skip this part as Windows has a default decoder for MIDI
and does not need to be installed.
For Linux or MacOS users:
You need to install the FluidSynth package in order to playback MIDI
.
python -m seaplayer # Method for `downloaded repository` or `installed via pip`