shithub: aplay

ref: 96e75173c2cc5a167e5437d24c2d22f8c4c86bfc
dir: /readme.md/

View raw version
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.