|
sfinfo − shows the information in a soundfile header. |
|
sfinfo [−s][−1][−v] soundfile(s) |
|
sfinfo displays information about the soundfile, as read in from its header. |
|
−s |
Sum the durations of a number of soundfiles, and print the result. |
||
|
−1 |
Display one-line summation of the header information. |
||
|
−v |
Verbosely show the information in the soundfile file, showing chunk names, sizes, etc. |
|
sfinfo snd1.wav |
|
Display the information in the soundfile header. |
|
sfinfo -s *.aiff |
|
Sum the durations of all the ".aiff" files in the directory. |
|
sfinfo -1 *.wav |
|
Give a 1-line synopsis of the information in all the "*.wav" files in the directory. |
|
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> sfinfo is free software. |