descriptionA small libmad/oss mp3 player
homepage URLhttp://litcave.rudi.ir/
owneraligrudi@gmail.com
last changeSat, 5 Feb 2022 14:32:55 +0000 (5 18:02 +0330)
content tags
add:
README
MINMAD
======

Minmad is a small libmad/OSS MP3 player.

The following commands are available in minmad.  Most of them
accept a numerical prefix.

==============  ================================================
KEY		ACTION
==============  ================================================
p or space	pause
q		exit minmad
i		print some information
l/j/J		jump 10s/60s/600s forward
h/k/K		jump 10s/60s/600s backward
%		jump to the specified position in percentage
G		jump to the specified position in minutes
^[ or escape	clear the numerical prefix
mx		mark the current position in register 'x'
'x		jump to the position stored in register 'x'
P		pause after the specified number of minutes
==============  ================================================
shortlog
2022-02-05 Ali Gholami... minmad: OSSDSP environment variable for OSS devicemaster
2022-02-05 Ali Gholami... minmad: set oss fragment size
2016-03-26 Ali Gholami... minmad: G command to seek to the specified position...
2016-03-11 Ali Gholami... README: describe available commands
2016-03-11 Ali Gholami... minmad: timer for sleeping
2015-02-02 Ali Gholami... minmad: prevent multiplication overflow for large files
2015-01-23 Ali Gholami... minmad: do not read() when mbuf is full
2015-01-23 Ali Gholami... minmad: put marks with m and jump with '
2015-01-23 Ali Gholami... minmad: ignore "n%" when n > 100
2015-01-23 Ali Gholami... minmad: open the oss device before putting the terminal...
2013-02-15 Ali Gholami... minmad: close the oss device when minmad is paused
2013-02-15 Ali Gholami... minmad: open oss device O_WRONLY and set rate after...
2013-02-15 Ali Gholami... Makefile: use -O2 instead of -Os
2011-12-06 Ali Gholami... print a newline when exiting
2011-12-05 Ali Gholami... show paused status with '>' sign in printinfo()
2011-12-05 Ali Gholami... store playing time in milliseconds
...
heads
2 years ago master
14 years ago alsa