continue after using as-is
This commit is contained in:
@@ -61,6 +61,7 @@ def process_chunk(audio_guess, timestamp):
|
||||
choice = getch()
|
||||
if choice == 'u':
|
||||
cutter.take_audio(audio_guess, timestamp, timestamp['start'], timestamp['end'])
|
||||
break
|
||||
elif choice == 'd':
|
||||
break
|
||||
elif choice == 'J':
|
||||
|
Reference in New Issue
Block a user