Audio player
.gitignore | ||
audio.go | ||
CHANGELOG | ||
config.go | ||
CONFIGURATION.md | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
gui.go | ||
gui_key.go | ||
gui_list.go | ||
gui_mouse.go | ||
library.go | ||
LICENSE | ||
main.go | ||
README.md | ||
streamer.go |
ditty
Audio player
Features
- Uses a small amount of resources
- Files are read in chunks
- Remembers playing song and queue on exit
- Supports FLAC, MP3, OGG and WAV files
Screenshot
Demo
If you are running Linux with ALSA, you can try ditty without installing:
ssh -q ditty.rocket9labs.com -p 20020 2> >(aplay --quiet)
If you can't hear anything, you may need to specify which device aplay
should use with -D
.
To list available sound devices, execute aplay -l
.
Install
Choose one of the following methods:
Download
Compile
go get code.rocket9labs.com/tslocum/ditty
Dependencies
Documentation
See CONFIGURATION.md for default keybindings.
Support
Please share issues and suggestions here.