Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedroediaz/cdplayer

Minimal CDDA (Compact Disk Digital Audio) player for linux using tinyalsa
https://github.com/pedroediaz/cdplayer

c89 c99 cdda embedded linux tinyalsa

Last synced: about 1 month ago
JSON representation

Minimal CDDA (Compact Disk Digital Audio) player for linux using tinyalsa

Awesome Lists containing this project

README

        

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 () () // play cd

kill -USR1 // Seek a minute forward
kill -USR2 // Seek a minute backward
kill -STOP // Stop
kill -CONT // Play

LICENSE:
0BSD Copyright (c) 2024 by PedroEdiaz