Audio player
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Trevor Slocum de004bbe86 Reduce default audio buffer to 250ms 2 weeks ago
.gitignore Initial commit 3 years ago
CHANGELOG Add option to disable remembering app state 2 years ago
CONFIGURATION.md Update dependencies 2 years ago
LICENSE Initial commit 3 years ago
README.md Add option to disable remembering app state 2 years ago
audio.go Reduce default audio buffer to 250ms 2 weeks ago
config.go Update dependencies 2 years ago
go.mod Reduce default audio buffer to 250ms 2 weeks ago
go.sum Reduce default audio buffer to 250ms 2 weeks ago
goreleaser.yml Add keybind to toggle hidden folder visibility 3 years ago
gui.go Update dependencies 2 years ago
gui_key.go Update dependencies 2 years ago
gui_list.go Update dependencies 2 years ago
gui_mouse.go Fix deadlock 2 years ago
library.go Update dependencies 2 years ago
main.go Fix deadlock 2 years ago
streamer.go Update CI script 3 years ago

README.md

ditty

Donate

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.rocketnine.space -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

Download ditty

Compile

go get code.rocketnine.space/tslocum/ditty

Dependencies

Documentation

See CONFIGURATION.md for default keybindings.

Support

Please share issues and suggestions here.