Changeset 166:9a08a27d2d9f in roaraudio


Ignore:
Timestamp:
07/20/08 00:35:15 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added simple descriptions of the commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roarctl.1

    r165 r166  
    3232.TP 
    3333\fBstandby\fR, \fBoff\fR, \fBresume\fR, \fBon\fR 
     34Brings the server into standby mode or back into achtive (operating mode). 
    3435 
    3536.TP 
    3637\fBstandbymode\fR 
     38Tells if the server is in standby mode or not. 
    3739 
    3840.TP 
    3941\fBexit\fR 
     42Quits the server. 
    4043 
    4144.TP 
    42 \fBvolume\fR 
     45\fBvolume STREAMID CHANNELS VOL0 VOL1 VOL2...\fR 
     46Sets the mixing level for a stream with id \fISTREAMID\fR. 
     47 
     48\fICHANNELS\fR is the nummber of channels to set volume. 
     49This should be the number of channels of the stream or a symbolic name. 
     50Currently the symbolic names \fBmono\fR and \fBstereo\fR are allowed. 
     51If you use \fBmono\fR all channels will get the level you give as 
     52\fIVOL0\fR. If you use \fBstereo\fR it will try to set the mixing levels 
     53as you are used from stereo setups even if the setup is not in stereo. 
     54 
     55The parameters \fIVOL0\fR ... \fIVOLn\fR and the number of them depends 
     56on what you gave as \fICHANNELS\fR. You have to give exactly \fICHANNELS\fR 
     57parameters. 
     58 
     59If you give a numerical (not symbolic) value for \fICHANNELS\fR and 
     60the stream does have a diffrent number of channels the behavor is undefined. 
     61In the current implementation only the first \fICHANNELS\fR channels will be updated. 
     62This behavor may change in the future. 
    4363 
    4464.TP 
    45 \fBkick\fR 
     65\fBkick TYPE ID\fR 
     66Kicks an object of \fITYPE\fR with id \fIID\fR. 
     67Possible types are: \fBclient stream sample source\fR 
     68 
     69You can get the \fIID\fR via \fBlist*\fR (see bellow). 
    4670 
    4771.TP 
    4872\fBserveroinfo\fR 
     73Gets Informations about server output. 
    4974 
    5075.TP 
    5176\fBlistclients\fR 
     77Gets Informations about clients. 
    5278 
    5379.TP 
    5480\fBliststreams\fR 
     81Gets Informations about streams. 
    5582 
    5683.TP 
Note: See TracChangeset for help on using the changeset viewer.