Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedroediaz/cdplayer
- Owner: PedroEdiaz
- License: 0bsd
- Archived: true
- Created: 2023-12-17T07:10:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:02:34.000Z (9 months ago)
- Last Synced: 2024-09-29T01:20:11.503Z (about 1 month ago)
- Topics: c89, c99, cdda, embedded, linux, tinyalsa
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.cUSAGE:
./cdplayer /dev/sr0 () () // play cdkill -USR1 // Seek a minute forward
kill -USR2 // Seek a minute backward
kill -STOP // Stop
kill -CONT // PlayLICENSE:
0BSD Copyright (c) 2024 by PedroEdiaz