/etc/libao.conf
~/.libao
key=valuewhere key contains no whitespace and no equal signs. value will be all of the text after the equal sign until (but not including) the ending newline. Beware of extra spaces at the end of the line! They will probably be interpreted as part of the option value.
Valid option keys are:
- default_driver
- The short name of the driver libao should use by default.
Here is an example libao.conf that forces the OSS driver to be used by default:
# This is a comment.
default_driver=oss
libao.conf is missing a number of potentially useful options.
Stan Seibert <indigo@aztec.asu.edu>