Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

afinfo(1) [mojave man page]

AFINFO(1)						    BSD General Commands Manual 						 AFINFO(1)

NAME
afinfo -- Audio File Info SYNOPSIS
afinfo audiofile DESCRIPTION
Audio File Info prints out information about an audio file to stdout Darwin February 13, 2007 Darwin

Check Out this Related Man Page

AFINITFILEFORMAT(3)													       AFINITFILEFORMAT(3)

NAME
afInitFileFormat - initialize file format of an audio file setup SYNOPSIS
#include <audiofile.h> void afInitFileFormat(AFfilesetup setup, int fileFormat); PARAMETERS
setup is a valid file setup created by afNewFileSetup(3). fileFormat is an integer constant specifying a file format. DESCRIPTION
Given an AFfilesetup structure created with afNewFileSetup(3), afInitFileFormat initializes the file format to that specified by fileFormat. The following file formats are currently supported: AF_FILE_RAWDATA raw audio data AF_FILE_AIFF Audio Interchange File Format AF_FILE_AIFFC Audio Interchange File Format AIFF-C AF_FILE_NEXTSND NeXT .snd/Sun .au AF_FILE_WAVE Microsoft RIFF WAVE AF_FILE_BICSF Berkeley/IRCAM/CARL Sound File AF_FILE_AVR Audio Visual Research AF_FILE_IFF_8SVX Amiga IFF/8SVX AF_FILE_SAMPLEVISION Sample Vision AF_FILE_VOC Creative Voice File AF_FILE_NIST_SPHERE NIST SPHERE AF_FILE_CAF Core Audio Format ERRORS
afInitFileFormat can produce the following errors: AF_BAD_FILESETUP setup represents an invalid file setup. AF_BAD_FILEFMT fileFormat represents an unknown file format. AF_BAD_NOT_IMPLEMENTED fileFormat represents a file format which is not currently implemented. SEE ALSO
afNewFileSetup(3) AUTHOR
Michael Pruett <michael@68k.org> Audio File Library 0.3.6 03/06/2013 AFINITFILEFORMAT(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problem with character @ inside username to use pop3 with nail

Hi: I am trying to read mails using pop3 protocol with the nail client. I have configurated the following files: .mailrc set NAIL_EXTRA_RC=~/.nailrc .nailrc shortcut myisp pop3://developers@afinformatica.com@mail.afinformatica.com set... (2 Replies)
Discussion started by: chemi
2 Replies

2. Shell Programming and Scripting

Shell Script Find in File

Right, noob to shell scripting, playing a round for practice, wrote the following but it doesn't seem to work as expected, how could I fix/improve this script? #!/bin/bash #set -v #set -x case $# in 1) echo Searching for $1 in '*'; find . -iname '*' 2>/dev/null | xargs grep "$1" -sl... (3 Replies)
Discussion started by: Pezmc
3 Replies

3. UNIX for Dummies Questions & Answers

$PATH error (possibly)

Upon opening Terminal I get the following message: -bash: /usr/bin/manpath: No such file or directory -bash: /usr/bin/perl: No such file or directory -bash: grep: command not found -bash: grep: command not found -bash: grep: command not found -bash: grep: command not found I searched... (9 Replies)
Discussion started by: SartreSmartre
9 Replies

4. What is on Your Mind?

OSX 10.14 Mojave Commands - 13K+ Total Man Pages in Repository

Just added OSX 10.14 Mojave Commands (currently over 13K pages in the mojave repo) to our man page repository: OSX 10.14 Mojave Commands We need to update all the man pages to the most current versions, so please contribute man page sets to your favorite OS environment (tar.gz with os and... (3 Replies)
Discussion started by: Neo
3 Replies