mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
Minor fixes
This commit is contained in:
parent
868c886449
commit
d4d673a183
1 changed files with 3 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ class Merger {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const options = [
|
const options = [
|
||||||
'-t',
|
'-t',
|
||||||
'120',
|
'60',
|
||||||
'-i',
|
'-i',
|
||||||
path,
|
path,
|
||||||
'-vn',
|
'-vn',
|
||||||
|
|
@ -175,7 +175,8 @@ class Merger {
|
||||||
samplesDecoded: audio.duration!.samplesDecoded,
|
samplesDecoded: audio.duration!.samplesDecoded,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}), os.cpus().length-1
|
}),
|
||||||
|
os.cpus().length-1
|
||||||
);
|
);
|
||||||
|
|
||||||
//console.debug(audioArray);
|
//console.debug(audioArray);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue