mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -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', [
|
||||
'-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,
|
||||
'-c:a',
|
||||
'aac',
|
||||
|
|
|
|||
Loading…
Reference in a new issue