You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if len(argv) < 5 or argv[1] == "--help" or argv[1] == "-h":
print("Usage: (input filename) (output filename) (first silence start in seconds) (first silence end in seconds) ... (last silence start in seconds) (last silence end in seconds)")