Comparing version 0.0.6 to 0.0.7
@@ -60,3 +60,3 @@ import cp from 'child_process' | ||
'-i', audioPath, | ||
'-t', duration ?? 0, | ||
...(duration ? ['-t', duration] : []), | ||
'-acodec', 'pcm_s16le', | ||
@@ -69,3 +69,3 @@ '-ar', 22050, | ||
], { | ||
stdio: ['ignore', 'pipe', 'ignore'] | ||
stdio: ['ignore', 'pipe', 'inherit'] | ||
}) | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "douki", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Subtitle synchronization using audio fingerprinting", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25900