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
In order to play MIDI files you need to install FluidSynth:
- Windows: https://github.com/FluidSynth/fluidsynth/releases
- Linux:
- Ubuntu/Debian:
sudo apt-get install fluidsynth
- Arch Linux:
sudo pacman -S fluidsynth
- Ubuntu/Debian:
- MacOS
python -m seaplayer # Method for `downloaded repository` or `installed via pip`