|
sfplay − Plays a mono or stereo 16-bit PCM soundfile |
|
sfplay [−v][−c] soundfile(s) |
|
sfplay plays a soundfile or a sequence of soundfiles. |
|
sfplay soundfile |
|
Plays a single soundfile. |
|
sfplay -c snd1.wav snd2.aiff |
|
Plays the two soundfiles snd1.wav and snd2.aiff without any break between them. |
|
−c |
Continuous. Play a sequence of soundfiles with no break between them. |
|
This program will only work with WAVE, AIFF, AIFC, and the old NeXT/Sun "snd" format soundfiles, that are 16-bit PCM encoded, with 1 or 2 channels. |
|
Arun Chandra <arunc@evergreen.edu> This program uses PortAudio 18.1, a freely available set of programs whose main authors are Ross Bencina and Phil Burk, to handle the low-level work of communicating with the hardware. I wrote the code for opening and closing the soundfiles, and for feeding the data to the PortAudio routines. sfplay is free software, as is PortAudio. |