source: roaraudio/doc/man7/libroar.7 @ 149:4231bfd8d1e9

Last change on this file since 149:4231bfd8d1e9 was 149:4231bfd8d1e9, checked in by phi, 16 years ago

added manpage for libroar in general

File size: 886 bytes
Line 
1.\" RoarAudio
2.TH "libroar" "7" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido"
3
4.SH NAME
5libroar \- RoarAudio sound library
6
7.SH SYNOPSIS
8
9 #include <roaraudio.h>
10
11.SH "DESCRIPTION"
12\fBlibroar\fR is the central library used to comunicate with the roard.
13It suppots all commands from simple commands to play some audio up to complex commands
14to controll the server and do nice things over the network.
15
16
17.SH "EXAMPLES"
18The basic tools shiped with RoarAudio are designed to also work as examples for the lib.
19You may start by looking at \fBroarcat\fR(1)s source code as an example on how to simply play back
20some audio. A more complex example is \fBroarvorbis\fR(1) which also includes meta data updates.
21
22.SH "BUGS"
23A lot...
24
25.SH "SEE ALSO"
26\fBroar-config\fR(1),
27\fBroartypes\fR(1),
28\fBroard\fR(1),
29\fBRoarAudio\fR(7).
30
31.SH "HISTORY"
32Project started in mid of 2008.
33
34.\"ll
Note: See TracBrowser for help on using the repository browser.