pt2_read_sample: Read and write ProTracker audio samples
Description
Functions to read and write ProTracker audio samples. Reading is supported
for common types of WAV, IFF and AIFF files. Writing is supported for
WAV and IFF files.
Usage
pt2_read_sample(file, ...)
pt2_write_sample(sample, file, ...)
Value
pt2_read_sample() returns a pt2samp class object when successful.
pt_write_sample() returns NULL invisibly.
Arguments
file
Filename of the file to read from or write to. For pt2_write_sample()
the file extension will be used to determine which file format to write.