Example #1
0
def main(args):
    find_and_output_chorus(args.input_file, args.output_file,
                           args.min_clip_length)
def Find_chorus():
    input_file=input("Please input the absolute address of the music:")
    output_file=input("Please set the name of the output file( *.wav):")
    min_clip_length=16
    find_and_output_chorus(input_file, output_file, min_clip_length)