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]
/
osx_write.ggo
1
section "osx options"
2
#####################
3
4
option "channels" c
5
#~~~~~~~~~~~~~~~~~~
6
"number of channels (only neccessary for raw
7
audio)"
8
9
int typestr="num"
10
default="2"
11
optional
12
13
option "samplerate" s
14
#~~~~~~~~~~~~~~~~~~~~~
15
16
"force given sample rate (only neccessary for
17
raw audio)"
18
19
int typestr="num"
20
default="44100"
21
optional
22
23
option "numbuffers" n
24
#~~~~~~~~~~~~~~~~~~~~~
25
26
"number of audio buffers to allocate (increase if
27
you get buffer underruns)"
28
29
int typestr="num"
30
default="5"
31
optional