Utilizing Whisper for Audio Segmentation into Sentence Pieces #1243
Replies: 3 comments 10 replies
-
You could do this in 4 steps:
|
Beta Was this translation helpful? Give feedback.
-
spaCy is probably overkill if you just need sentence segmentation. What you can do instead is use the Whisper options In your code, you're basically going to have a variable (*) Actually, I think ffmpeg wants the start timestamp and the duration (which you can compute by (If you copy and paste that description into ChatGPT and ask it to write that as a Python program, it'll probably give you something halfway decent.) |
Beta Was this translation helpful? Give feedback.
-
for anyone interested in this project, I made a working example. https://github.com/sleepingcat4/audio-segment |
Beta Was this translation helpful? Give feedback.
-
What can be used with Whisper to be utilized to separate an audio file with spoken language into audio files containing specific sentences?
Beta Was this translation helpful? Give feedback.
All reactions