README (376B)
1 I made this because I wanted a truly simple (in both usage and 2 implementation) way to play a variety of audio formats. While 3 sndfile-play(1) would work well enough, it doesn't report errors 4 in the way of it's exit status. 5 6 The very simple ap(1) plays from the standard input or the given 7 file. To facilitate a file queue and basic controls with signals 8 sigap(1) is provided.