Skip to content

Instantly share code, notes, and snippets.

@BjoernSchilberg
Last active August 28, 2015 08:12
Show Gist options
  • Save BjoernSchilberg/89863a0b5f62d188fda1 to your computer and use it in GitHub Desktop.
Save BjoernSchilberg/89863a0b5f62d188fda1 to your computer and use it in GitHub Desktop.
mpg123 keyboard control
-= terminal control keys =-
[s] or [ ] interrupt/restart playback (i.e. 'pause')
[f] next track
[d] previous track
[b] back to beginning of track
[p] pause while looping current sound chunk
[.] forward
[,] rewind
[:] fast forward
[;] fast rewind
[>] fine forward
[<] fine rewind
[+] volume up
[-] volume down
[r] RVA switch
[v] verbose switch
[l] list current playlist, indicating current track there
[t] display tag info (again)
[m] print MPEG header info (again)
[h] this help
[q] quit
[c] or [C] pitch up (small step, big step)
[x] or [X] pitch down (small step, big step)
[w] reset pitch to zero 
}}}

Source: http://forums.justlinux.com/showthread.php?137715-mpg123-control-keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment