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