read.AsspDataObj creates an object of class dobj from a signal or parameter file readable by the ASSP Library (WAVE, SSFF, AU, ...)
read.AsspDataObj(fname, begin = 0, end = 0, samples = FALSE)
list object containing file data
filename of the signal or parameter file
begin time (default is in seconds) of segment to retrieve
end time (default is in seconds) of segment to retrieve
(BOOL) if set to false seconds values of begin/end are sample numbers
Lasse Bombien