Oversampling default is 1
This commit is contained in:
parent
905d8ae645
commit
b00643c3b5
|
|
@ -515,7 +515,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