JSchmie / ScrAIbe

Tool for automatic transcription and speaker diarization based on whisper and pyannote.
https://jschmie.github.io/ScrAIbe/
GNU General Public License v3.0
27 stars 5 forks source link

Added language name to code conversion support for FasterWhisper #121

Closed JSchmie closed 1 month ago

JSchmie commented 1 month ago

I have added a dictionary for Whisper that maps full language names (e.g., "German", "English") to their corresponding language codes (e.g., "de", "en"). This allows FasterWhisper to correctly interpret and handle different language inputs during transcription.