blob: dec7aa817886baa984242a3d7017a25dc1cc3677 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cplay is a curses front-end for various audio players. It aims to
provide a power-user-friendly interface with simple filelist and
playlist control. cplay is written in Python and can use either
pyncurses or the standard curses module.
Supported players:
* ogg123
* splay
* mpg123
* mpg321
* madplay
* mikmod
* xmp
* sox
|