using python,How to cut the wav file between certain time ranges??
- by kaushik
How to cut the wav file between certain time ranges from multiple wav files and paste the segments together in a single wav file in continous time ??
For this i thou of a way,to store the contents of the wav file in array form and cut the segments required from the array copy thm in another file and convert it back into wav formant.
but i hav no idea how to code it in python as i am a beginner in it..
plz help...any alternative methods which serve the purpose are also welcome..
Quick reply,xpected plzz..
Thanks in advance..