Package libaudiofile-devel
- afCloseFile(3) β close an open audio file
- afGetFrameCount(3) β get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file
- afGetFrameSize(3) β calculate the frame size in bytes for an audio track
- afIdentifyFD(3) β identify the format of a file descriptor
- afInitAESChannelDataTo(3) β initialize AES non\-audio data in an audio file setup
- afInitCompression(3) β initialize compression for a track in an audio file setup
- afInitFileFormat(3) β initialize file format of an audio file setup
- afInitSampleFormat(3) β initialize audio data format for a track in an audio file setup
- afNewFileSetup(3) β create and initialize a new AFfilesetup structure
- afOpenFile(3) β open an audio file and create a file handle structure used for subsequent calls to the Audio File Library
- afQuery(3) β query the capabilities of the Audio File Library
- afReadFrames(3) β read sample frames from a track in an audio file
- afReadMisc(3) β access miscellaneous metadata in an audio file
- afSeekFrame(3) β update or access the current sample frame position for a track in an audio file
- afSetErrorHandler(3) β install a custom error handling routine
- afSetVirtualByteOrder(3) β set the virtual data format for a track in an audio file
- afWriteFrames(3) β write sample frames to a track in an audio file
