Changeset 1624:252d81db5aa7 in roaraudio


Ignore:
Timestamp:
04/26/09 21:20:28 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed roarfilt from baseclients manpage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roarbaseclients.1

    r1508 r1624  
    55.SH NAME 
    66 
    7 roarcat, roarmon, roarfilt \- RoarAudio sound server base clients 
     7roarcat, roarmon \- RoarAudio sound server base clients 
    88 
    99.SH SYNOPSIS 
     
    1212 
    1313roarmon [OPTIONS]... 
    14  
    15 roarfilt [OPTIONS]... 
    1614 
    1715.SH "DESCRIPTION" 
     
    2927to a server like \fBicecast2\fR(1). 
    3028 
    31 .TP 
    32 \fBroarfilt\fR 
    33 This filters the audio data before they are send to the soundcard. 
    34  
    3529.SH "GENERAL OPTIONS" 
    3630\fBNOTE: This list is incomplete!\fR 
    3731In addition to this list all three programs provide compatible 
    38 options for esdcat, esdmon and esdfilt. You can just replace the "esd" 
     32options for esdcat, esdmon. You can just replace the "esd" 
    3933in the name with "roar" or use symlinks. This options are for compatibly 
    4034only and should not used in new programs. 
     
    6155\fB--server SERVER\fR 
    6256The server to connect to. 
    63  
    64 .SH "ROARFILT SPECIFIC OPTIONS" 
    65 .TP 
    66 \fB--half\fR 
    67 Half the volume. 
    68  
    69 .TP 
    70 \fB--double\fR 
    71 Double the volume. 
    72  
    73 .TP 
    74 \fB--amp n\fR 
    75 Amplify volume by n. 
    76  
    77 .TP 
    78 \fB--mul n\fR 
    79  
    80 .TP 
    81 \fB--div n\fR 
    82  
    83 .TP 
    84 \fB--log n\fR 
    85 Does a simple 'gamma correction'. 
    86 This is done by: 
    87  sample = 2^(bits-1) * log(1 + (n - 1)*sample/2^(bits-1)) / log(n). 
    8857 
    8958.SH "ENVIRONMENT VARIABLES" 
Note: See TracChangeset for help on using the changeset viewer.