branches: front
Clone
clone: git://shithub.us/spew/aplay gits://shithub.us/spew/aplay
push: hjgit://shithub.us/spew/aplay
patches to: spew@cbza.org
Last commit
a3d982b0
– Benjamin Scher Purcell <benjapurcell@gmail.com>
authored
on 2017/02/25 06:11
add license
About
Seeking Audio Player
======
This creates a simple graphical interface to seek
and pause audio files. Usage is:
```
aplay [-C codec] [-a audiodevice] file
```
The default codec is `/bin/audio/mp3dec` and the
default audio device is `/dev/audio`.
The keyboard interface is:
1. q and del quit.
2. Space pauses and unpauses.
Clicking anywhere seeks to that position. You can
hold down the mouse and adjust the position.