Files
cdplayer/README
2024-02-03 01:02:26 +06:00

19 lines
448 B
Plaintext

cdplayer
"cdplayer" is a minimal CDDA (Compact Disk Digital Audio) player
for linux, that only depend on tinyalsa.
BUILD:
cc -ltinyalsa -o cdplayer cdplayer.c
USAGE:
./cdplayer /dev/sr0 (<card>) (<device>) // play cd
kill -USR1 <proc> // Seek a minute forward
kill -USR2 <proc> // Seek a minute backward
kill -STOP <proc> // Stop
kill -CONT <proc> // Play
LICENSE:
0BSD Copyright (c) 2024 by PedroEdiaz <ppedroediaz (at) gmail.com>