JarodMica / audiosplitter_whisper

MIT License
91 stars 35 forks source link

Fixed errors in audio diarization #6

Closed Smotto closed 1 year ago

Smotto commented 1 year ago

using languages other than English, causing OS pathing errors.

I know aotraz did use a regular expression to sort out the pathing issues, but it also needs to be normalized in order to function properly for languages such as Korean.

You could probably merge his use of the regular expression changes + my normalization changes if you've also encountered errors with non-English languages.