Changeset 156:a81643c087d9 in roaraudio


Ignore:
Timestamp:
07/19/08 21:55:11 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

a bit more complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_simple_play.3

    r152 r156  
    2020.SH "DESCRIPTION" 
    2121Open a connection to the \fBroard\fR(1) and creates a new stream for playback, monetoring, recording or filtering. 
     22After you are done you need to close the connection via \fBroar_simple_close\fR(3). 
     23In case you just don't do anything with the stream the server will kick your connection, or, in case of playback 
     24warns the user avout underruns. 
    2225 
    2326.SH "PARAMETERS" 
     
    5154If \fBNULL\fR an internal default is used. 
    5255 
     56.SH "NOTES ON FILTER STREAMS" 
     57Filtering streams should not expected to work with diffrent audio data than the server works with. 
     58You should get the values via \fBroar_server_oinfo\fR(3) before opening the stream. 
     59 
    5360.SH "RETURN VALUE" 
    5461On success these calls return a filehandle for the stream.  On error, -1 is returned. 
     
    6168.SH "SEE ALSO" 
    6269\fBroarcat\fR(1), \fBroarmon\fR(1), \fBroarrec\fR(1), \fBroarfilt\fR(1), 
     70\fBroar_server_oinfo\fR(3), 
     71\fBroar_simple_close\fR(3), 
    6372\fBlibroar\fR(7), 
    6473\fBRoarAudio\fR(7). 
Note: See TracChangeset for help on using the changeset viewer.