Changeset 163:f1a046b52a7a in roaraudio


Ignore:
Timestamp:
07/19/08 22:40:28 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roartestclients.1

    r162 r163  
    1818 
    1919.SH "DESCRIPTION" 
     20This clients are primary for test perpose but may be usefull for someone 
     21or can be used as examples. 
     22 
     23.TP 
     24\fBroarcat2sock\fR 
     25This is the same as \fBroarcat\fR(1) but uses \fBroar_simple_new_stream\fR(3) 
     26to open the audio stream. 
     27 
     28.TP 
     29\fBroarcatad\fR 
     30This is also the same as \fBroarcat\fR(1) but uses \fBroar_stream_add_data\fR(3) 
     31to fill the server's input buffer. 
     32 
     33.TP 
     34\fBroarsin\fR 
     35This is the complete version of the sinus generator from \fBroartut\fR(7). 
     36It plays a 5 secund middle C (523.2Hz) sine. 
     37 
     38.TP 
     39\fBroarsockconnect\fB 
     40This is just a test tool connecting somewhere via \fBroar_socket_connect\fR(3). 
     41First the data of stdin is copied to the socket than the data from the socket to 
     42stdout. It's a very simlple semi-bi-directional version of \fBnetcat\fR(1). 
    2043 
    2144.SH "GENERAL OPTIONS" 
Note: See TracChangeset for help on using the changeset viewer.