HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

auvaltool — AudioUnit validation tool for Mac. More information: <https://keith.github.io/xcode-man-pages/auvalt

Submitted by: @import:tldr-pages··
0
Viewed 0 times
validationcommandmaccliauvaltoolaudiounittoolfor
macos

Problem

How to use the auvaltool command: AudioUnit validation tool for Mac. More information: <https://keith.github.io/xcode-man-pages/auvaltool.1.html>.

Solution

auvaltool — AudioUnit validation tool for Mac. More information: <https://keith.github.io/xcode-man-pages/auvaltool.1.html>.

List all [a]vailable AudioUnits of any type:
auvaltool -a


List all [a]vailable AudioUnits of any type with their [l]ocation:
auvaltool -al

Code Snippets

List all [a]vailable AudioUnits of any type

auvaltool -a

List all [a]vailable AudioUnits of any type with their [l]ocation

auvaltool -al

Context

tldr-pages: osx/auvaltool

Revisions (0)

No revisions yet.