Recognizes if input is ogg or not.
[xiph.git] / ao / doc / config.html
blobac580e0d2292caf9c59c96808701488fb96958f4
1 <html>
3 <head>
4 <title>libao - Documentation</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>libao documentation</p></td>
12 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
13 </tr>
14 </table>
16 <h1>libao Configuration Files</h1>
17 <p>
19 When libao is <a href="ao_initialize.html">initialized</a>, it reads
20 two configuration files: the system-wide configuration in
21 "/etc/libao.conf" and the user configuration in
22 "~/.libao". Neither file needs to be present on the system for
23 libao to load. If both are present, the system configuration file is
24 read first, followed by the user configuration file. Options set in
25 the user configuration will take precedence.
26 <p>
28 Options are specified in these files in the form:
29 <pre>
30 option=value
31 </pre>
32 There can be no extra spaces anywhere on the line. Comment lines begin with a <tt>#</tt> symbol.
34 <h2>Options</h2>
36 <dl>
37 <dt><i>default_driver</i></dt>
38 <dd>Set this equal to the short name of the driver you want the system to use by default. If this is not specified in any of the configuration files, the library will try to guess an appropriate driver to use.
39 </dd>
40 </dl>
42 <br><br>
43 <hr noshade>
44 <table border=0 width=100%>
45 <tr valign=top>
46 <td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert</p></td>
47 <td align=right><p class=tiny><a href="http://www.xiph.org/">xiph.org</a><br><a href="mailto:volsung@xiph.org">volsung@xiph.org</a></p></td>
48 </tr><tr>
49 <td><p class=tiny>libao documentation</p></td>
50 <td align=right><p class=tiny>libao version 0.8.5 - 20040312</p></td>
51 </tr>
52 </table>
54 </body>
56 </html>