Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: anteju <[email protected]>
  • Loading branch information
anteju committed Nov 26, 2024
1 parent 8fa94d0 commit 804c8da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/dataset_processing/add_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ def add_noise(infile, snrs, noise_manifest, out_dir, num_workers=1):
def main():
parser = argparse.ArgumentParser()
parser.add_argument(
"--input_manifest", type=str, required=True, help="clean test set",
"--input_manifest",
type=str,
required=True,
help="clean test set",
)
parser.add_argument("--noise_manifest", type=str, required=True, help="path to noise manifest file")
parser.add_argument("--out_dir", type=str, required=True, help="destination directory for audio and manifests")
Expand Down

0 comments on commit 804c8da

Please sign in to comment.