Open Nick-Lit opened 2 years ago
I applied the changes to the readers.py file proposed in #1757 and it appears to have fixed the issue. Until it is merged into the main branch, this seems to be the only solution.
@Nick-Lit Thanks for the update, I've linked your issue to the PR in question.
When attempting to run the following code, I'm given "IndexError: index -342999 is out of bounds for axis 0 with size 200000" if I change the 45 in the audio_clip.cutout function to a lower number like 40, the code runs as expected.
Expected Behavior
The code would produce a clip with the audio removed from the time 0:35 to 0:45.
Actual Behavior
The code produces an Index error.
Specifications