Manual Page Search Parameters

SIGAP(1) General Commands Manual SIGAP(1)

sigapsignal audio player

sigap [-lp] file ...

The sigap utility plays the given files while waiting for signals to control it. The SIGINT signal skips current file, SIGINFO displays current filename, and SIGQUIT quits the program.

The options are as follows:

Loop the queue.
Ignore player errors.

The sigap utility exits 0 on success, and >0 if an error occurs.

Play files from the music directory:

$ bigap music/*

ap(1), sndfile-play(1)

Jacob R. Edwards

If you want to use another program (such as xargs(1)), to pass arguments, signals from the keyboard will be sent to the parent process.

July 18, 2021 jacob