I built an app to extract audio segments from an audio file (it transcribes first and then extracts) but the audio cuts abruptly. The features seem to work except for the audio timing, I am not sure if its a python issue or a padding issue, I have been struggling with this for about 2 weeks now. I would really appreciate some help. Thanks.
You would need to share your code. Ideally a small self-contained bit of code that demonstrates the problem (not just a big dump of everything you’ve written).
Thanks, here’s the github audio_extractor/pimsleur_audio_editor4.py at main · igittit/audio_extractor · GitHub
Hi, I uploaded the code