libao.conf(5)


NAME

   libao.conf - configuration for libao.

SYNOPSIS

   /etc/libao.conf

   ~/.libao

DESCRIPTION

   libao.conf  and  .libao  are  configuration  files for libao, the audio
   output library.  They specify various options to  libao,  as  described
   below.   libao.conf  sets  system-wide  options,  whereas ~/.libao sets
   user-specific options.  When an option  is  set  in  both  places,  the
   option in ~/.libao takes precedence.

FILE FORMAT

   The  file  consists  of  comments and key-value pairs.  Comments are on
   separate lines that start with a # symbol.  The key-value pairs are  of
   the form:
           key=value
   where 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.

   The following is a  list  of  valid  global  option  keys.  Any  driver
   specific option may be used as well as those keys.

          default_driver
                 The short name of the driver libao should use by default.
                 Valid values include (not  all  are  available  on  every
                 platform):  oss,  esd,  arts,  alsa,  nas, irix, sun, and
                 sndio.  Note that "sun" is used on many  BSD  systems  as
                 well as Solaris.

          debug (Value optional/ignored)
                 Sets  all the drivers as well as AO itself into debugging
                 output mode.   Unlike  passing  the  debug  option  to  a
                 driver,  debug will also print debugging information from
                 driver loading and testing.

          quiet (Value optional/ignored)
                 Sets all the drivers as well as  AO  itself  into  silent
                 mode.   Errors  will  return only error codes; neither ao
                 nor the drivers  will  print  any  output  whatsoever  to
                 stderr.

          verbose (Value optional/ignored)
                 Sets  all  the  drivers as well as AO itself into verbose
                 mode.

EXAMPLE

   Here is an example libao.conf that forces the OSS driver to be used  by
   default:

       # This is a comment.
       default_driver=oss

BUGS

   libao.conf is missing a number of potentially useful options.

AUTHORS

   Stan Seibert <volsung@xiph.org>

                           September 1, 2003                 libao.conf(5)


More Linux Commands

manpages/mdoc.samples.7.html
mdoc.samples(7) - tutorial sampler for writing manuals with
mdoc.samples.7 - In most cases the first text in the DESCRIPTION section is a brief paragraph on the command, function or file, followed by a lexical list of op

manpages/sha384sum.1.html
sha384sum(1) - compute and check SHA384 message digest......
Print or check SHA384 (384-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read SHA384 sums f

manpages/envz_get.3.html
envz_get(3) - environment string support - Linux man page...
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length, see argz_add(3). An envz vector is a special argz

manpages/set_curterm.3ncurses.html
setterm(3ncurses) - curses interfaces to terminfo database
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as progr

manpages/MB_LEN_MAX.3.html
MB_LEN_MAX(3) - maximum multibyte length of a character acro
The MB_LEN_MAX macro is the upper bound for the number of bytes needed to represent a single wide character, across all locales. RETURN VALUE A constant integer

manpages/Tk_MoveToplevelWindow.3.html
Tk_MoveToplevelWindow(3) - Adjust the position of a top-leve
In general, a window should never set its own position; this should be done only by the geometry manger that is responsible for the window. For top-level window

manpages/field_attributes.3form.html
field_attributes(3form) - color and attribute control for fo
field_attributes.3form - The function set_field_fore sets the foreground attribute of field. This is the highlight used to display the field contents. The funct

manpages/curl_multi_fdset.3.html
curl_multi_fdset(3) - extracts file descriptor information f
This function extracts file descriptor information from a given multi_handle. libcurl returns its fd_set sets. The application can use these to select() on, but

manpages/DirHandle.3pm.html
DirHandle(3pm) - supply object methods for directory handles
The DirHandle method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions. The only objective benefit to using Di

manpages/ifcfg.5.html
ifcfg(5) - common elements of network interface configuratio
The following is a list of variables that can be put in the configuration file, with an example in parentheses. * marks the default. For the meaning of suffix..

manpages/false.1.html
false(1) - do nothing, unsuccessfully - Linux manual page...
Exit with a status code indicating failure. --help display this help and exit --version output version information and exit NOTE: your shell may have its own ve

manpages/flurry.6x.html
flurry(6x) - a colorful particle system - Linux manual page
This is a port of the OSX screensaver flurry. OPTIONS -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number





We can't live, work or learn in freedom unless the software we use is free.