Oversampling default is 1

This commit is contained in:
Holger Vogt 2024-08-11 11:18:54 +02:00
parent 9b9b0a25dc
commit c331a2b4ac
1 changed files with 1 additions and 1 deletions

View File

@ -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);