Changeset 1512:c6b548688545 in roaraudio


Ignore:
Timestamp:
04/10/09 00:49:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected info about roard's -sN and added new output stream options to manpage

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roard.1

    r1193 r1512  
    125125 
    126126.TP 
     127\fB-sN\fR 
     128Adds another source. 
     129 
     130.TP 
    127131\fB-sP\fR 
    128132Marks the source as primary. If the source reaches EOF roard will quit automatically. 
     
    180184 
    181185.TP 
     186\fBblocks\fR 
     187Sets the number of memory blocks that sould be used by the devices. 
     188Most devices only support a few values or don't support this option at all. 
     189If this option or the specifyed value is not supported by the device this is not 
     190handled as fatal error. 
     191 
     192.TP 
    182193\fBmeta\fR 
    183194Sets the meta flag. 
     
    186197\fBsync\fR 
    187198Sets the sync flag. 
     199 
     200.TP 
     201\fBprimary\fR 
     202Marks this stream as primary. 
     203 
     204.TP 
     205\fBcleanmeta\fR 
     206Sets the cleanmeta flag. 
     207 
     208.TP 
     209\fBautoconf\fR 
     210Sets the autoconf flag. 
     211This flag is not supported by all drivers. 
     212If the flag is set and the devices does not support this there is no 
     213fatal error if the device could be opend with defaults. 
    188214 
    189215.TP 
  • roard/roard.c

    r1503 r1512  
    7070        " -S           DEV      - Use DEV as input device\n" 
    7171        " -sO          OPTS     - Use OPTS as input options\n" 
     72        " -sN                   - Adds another source\n" 
    7273        " -sP                   - Make souce as primary\n" 
    7374       ); 
Note: See TracChangeset for help on using the changeset viewer.