ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



AUVAL(1)                  BSD General Commands Manual                 AUVAL(1)

NAME
     auval -- AudioUnit validation

SYNOPSIS
     auval [-s TYPE] [-a] [-v|vt TYPE SUBT MANU [-w] [-de] [-dw]] [-f file]

DESCRIPTION
     AUValidation tests a specified AudioUnit for API and behavioural conformance.  returns: OK: 0, mal-formed malformed
     formed execution: 1, unit not conformant: -1

OPTIONS
     -h       print help text

     -a       lists all available AudioUnits of any type

     -s TYPE  lists all available AudioUnits of type 'TYPE'

     -v TYPE SUBT MANU
              opens the AudioUnit specified by the TYPE SUBT MANU component ID's and tests that unit.

     -vt TYPE MANU
              iterates through all of the AU's of specified TYPE and MANU

     -de      execution is terminated when first error is encountered

     -dw      execution is terminated when first warning is encountered

     -c       continue validating when an error occurs in batch mode.

     -q       quiet - does no printing except for errors or warnings

     -qp      doesn't print parameter or Factory Presets information

     -o       only runs a basic open and initialize test. good for debugging basic functionality

     -r N     repeat the whole process of validation N times. good for catching open/init bugs.

     -w       wait after finished - good for profiling memory usage see 'man leaks'

     -vers    The version is printed to stdout.

     -versh   The version is printed to stdout in hexadecimal.

     -f FILENAME
              Each line in the file should contain one complete command.

Darwin                         February 13, 2006                        Darwin

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.