sidharthanup / Audio-Analyzer-and-Transcription-Tool

End to end information extraction from audio input.
MIT License
0 stars 2 forks source link

Use PyDub on raw audio to trim white noise #34

Closed rphill299 closed 6 months ago

rphill299 commented 6 months ago

Using PyDub, we should be able to split_on_silence and merge each non-silent segment, then pass this trimmed segment to Whisper. This link has an example

rphill299 commented 6 months ago

Abandoned because it takes too long compared to just translating the longer audio