What player can I use to repeat a specific part of an audio file? e.g. I need an audio file to repeat from second 10 to 22, in a loop. This can be done via mplayer
, but mplayer
is not visual and is hard to work with from command line:
mplayer audio.mp3 -ss 10 -endpos 12 -loop 100