projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't compute attributes string twice.
[paraslash.git]
/
audioc.ggo
1
option "loglevel" l
2
#~~~~~~~~~~~~~~~~~~
3
"set loglevel (0-6)"
4
int typestr="level"
5
default="4"
6
optional
7
8
9
option "socket" s
10
#~~~~~~~~~~~~~~~~
11
"well-known socket (default=/var/paraslash/audiod.socket.$HOSTNAME)"
12
string typestr="filename"
13
optional
14
15
16
option "bufsize" b
17
#~~~~~~~~~~~~~~~~~
18
"size of internal buffer"
19
int typestr="bytes"
20
default="8192"
21
optional