NAME

getseg - List all segments from .WAV file

SYNOPSIS

getseg [-old] input[.wav] [output[.seg]]

DESCRIPTION

getseg reads the segment table from input.wav and outputs a formatted list of segment names, and begin and end sample numbers either to output.seg or to stdout. Segment start and end points are written in microseconds to allow easy conversion between files of different sampling rates.

OPTIONS


-old
Interpret begin and end values as sample numbers.

NOTES

This command has been rewritten in C (previous version was in Fortran) and can now extract extended segment tables (number of segments > 48) from RIFF format waveform files.

SEE ALSO


putseg (1)

AUTHOR

H. T. Bunnell