Split speech audio file on words in python
An easier way to do this is using pydub module. recent addition of silent utilities does all the heavy lifting such as setting up silence threahold , setting up silence length. etc and simplifies code significantly as opposed to other methods mentioned. Here is an demo implementation , inspiration from here Setup: I had a … Read more