Summary
Translate to English appears to have no effect when using the Parakeet / FluidAudio engine.
Environment
- App: OpenSuperWhisper
- Engine:
FluidAudio / Parakeet v3
- macOS: macOS 26.3.1
- Hardware: Apple Silicon Mac mini
What I expected
When Translate to English is enabled, non-English speech should be translated to English during transcription.
What happened
With Parakeet v3 selected, transcription still returns the original language even though Translate to English is enabled.
Current settings observed locally
selectedEngine = fluidaudio
fluidAudioModelVersion = v3
translateToEnglish = 1
whisperLanguage = de
Reproduction
- Open Settings
- Select engine
Parakeet
- Enable
Translate to English
- Speak German (or another supported non-English language)
- The output remains in the original language instead of being translated to English
Extra note
From local code inspection, this may be implemented only for the Whisper engine path:
WhisperEngine.swift sets params.translate = settings.translateToEnglish
FluidAudioEngine.swift does not appear to use translateToEnglish
So this may be either:
- a missing implementation for FluidAudio/Parakeet, or
- a UI/settings bug where the toggle is shown for an engine that does not support it
Summary
Translate to Englishappears to have no effect when using theParakeet/FluidAudioengine.Environment
FluidAudio/Parakeet v3What I expected
When
Translate to Englishis enabled, non-English speech should be translated to English during transcription.What happened
With
Parakeet v3selected, transcription still returns the original language even thoughTranslate to Englishis enabled.Current settings observed locally
selectedEngine = fluidaudiofluidAudioModelVersion = v3translateToEnglish = 1whisperLanguage = deReproduction
ParakeetTranslate to EnglishExtra note
From local code inspection, this may be implemented only for the Whisper engine path:
WhisperEngine.swiftsetsparams.translate = settings.translateToEnglishFluidAudioEngine.swiftdoes not appear to usetranslateToEnglishSo this may be either: