don't re-amplify voice tracks
This commit is contained in:
@@ -17,6 +17,9 @@ json_filename = util.arg(1, usage)
|
|||||||
filenames=list(glob.glob(json_filename)) if '*' in json_filename else [json_filename]
|
filenames=list(glob.glob(json_filename)) if '*' in json_filename else [json_filename]
|
||||||
|
|
||||||
for json_filename in filenames:
|
for json_filename in filenames:
|
||||||
|
if json_filename.endswith("-amplified.json"):
|
||||||
|
continue
|
||||||
|
|
||||||
print(json_filename)
|
print(json_filename)
|
||||||
|
|
||||||
default_wav_name = json_filename.replace('.json', '.wav')
|
default_wav_name = json_filename.replace('.json', '.wav')
|
||||||
|
Reference in New Issue
Block a user