To read from a file containing audio data:

afOpenFile
afReadFrames
afCloseFile

To write to a file:

afNewFileSetup
afOpenFile
afWriteFrames
afCloseFile
