https://github.com/aligrudi/minmad
A small libmad/oss mp3 player
https://github.com/aligrudi/minmad
c libmad mp3 text-based
Last synced: 6 months ago
JSON representation
A small libmad/oss mp3 player
- Host: GitHub
- URL: https://github.com/aligrudi/minmad
- Owner: aligrudi
- Created: 2015-03-13T19:45:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T18:55:00.000Z (11 months ago)
- Last Synced: 2025-08-01T20:51:00.893Z (11 months ago)
- Topics: c, libmad, mp3, text-based
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
MINMAD
======
Minmad is a small MP3 player, using either libmad or minimp3 for
decoding, and OSS (or ALSA OSS emulation) for playing the audio.
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
============== ================================================