Skip to content

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

License

Notifications You must be signed in to change notification settings

PedroEdiaz/cdplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

	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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages