haskell-player alternatives and similar packages
Based on the "Sound" category.
Alternatively, view haskell-player alternatives based on common mentions on social networks and blogs.
-
mediabus-fdk-aac
Mediabus plugin for the Frauenhofer ISO-14496-3 AAC FDK
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of haskell-player or a related project?
README
haskell-player
A minimal graphical interface on top of afplay
and afinfo
built using
brick.
[haskell-player](haskell-player.png?raw=true)
By default it will show a list of all the contents found in the $HOME/Music
directory.
Commands:
- enter to play the selected song
- spacebar to pause/resume the current song
- left arrow to play the previous song
- right arrow to play the next song
- q to exit
Build and run
Use stack to build and run the project:
stack build
stack exec haskell-player
More info on stack at http://docs.haskellstack.org/en/stable/README/.
You can download the latest executable version at [TODO: add download link].
Requirements
It requires afplay
and afinfo
, that should be present in any modern Darwin
distribution.
Supported formats
Any format supported by afplay
.