Oversampling default is 1
This commit is contained in:
parent
9b9b0a25dc
commit
c331a2b4ac
|
|
@ -522,7 +522,7 @@ com_sndparam(wordlist* wl)
|
|||
int fmt = -1;
|
||||
double mult = 1.0;
|
||||
double off = 0.0;
|
||||
int oversampling = 64;
|
||||
int oversampling = 1;
|
||||
|
||||
while (wl) {
|
||||
copypath = cp_unquote(wl->wl_word);
|
||||
|
|
|
|||
Loading…
Reference in New Issue