mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Remove old commented code
This commit is contained in:
parent
4606e8cbab
commit
652c2cde13
|
|
@ -123,9 +123,6 @@ class Controller extends EventEmitter {
|
||||||
const proc = spawn('ffmpeg', [
|
const proc = spawn('ffmpeg', [
|
||||||
'-i',
|
'-i',
|
||||||
'-',
|
'-',
|
||||||
// '-af',
|
|
||||||
// 'silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse,'
|
|
||||||
// + 'silenceremove=start_periods=1:start_duration=1:start_threshold=-60dB:detection=peak,aformat=dblp,areverse',
|
|
||||||
...metadata,
|
...metadata,
|
||||||
'-c:a',
|
'-c:a',
|
||||||
'aac',
|
'aac',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue