I have an Audio file which is in wav format. The length of an audio file (considering) is of 120sec, i.e. 12000ms.
I have dictionary of start and end time as {'start': 2432, 'stop': 6732}, {'start': 10676, 'stop': 18716}
. I have to slice this particular amount of time from the same 12000ms audio file. Finally I have to save it to two .wav files in a folder. Is there any python library or function on any code so I can use it easily to integrate into my project. Thanks