French not working well (large-v3 installed, Language Auto) #45
Replies: 14 comments 6 replies
-
|
Yes, that configuration should net you some pretty good results when speaking French. If it doesn't, you can feel free to open up an issue and we can start tracking it and working on it. My French is pretty terrible, so I might need your help debugging any optimizations that we make. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Good question! The For debugging, the easiest approach is to temporarily stop the service and run voxtype manually in a terminal: # Stop the running service
systemctl --user stop voxtype
# Run with verbose logging (you'll see output in this terminal)
voxtype -vv daemonNow test your French dictation. You'll see real-time logs showing:
When you're done debugging, press Ctrl+C to stop, then restart the service: systemctl --user start voxtypeIf you share the relevant log output, we can figure out what's happening with French. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
WOw cool !! tks |
Beta Was this translation helpful? Give feedback.
-
|
I just unsinstalled and reinstalled VoxType as I had a ydotool error. Is it important ? See below : utput Chain: |
Beta Was this translation helpful? Give feedback.
-
|
French is working. But as soon as I use one of the 2 model that I think I need to use for MultiLingual, Computer works hard, fan is going up and I get the result after 10 secs 2026-01-16T14:20:41.311285Z TRACE State file updated: transcribing |
Beta Was this translation helpful? Give feedback.
-
|
I just changed / switch to base.en and I still get over 10 secs (without uninstalling) So the problem is weird... Brand new installation, it's fast. I change the model, after it's over 10 sec whatver model I use and french works |
Beta Was this translation helpful? Give feedback.
-
|
In case it helps ~ ✗ voxtype config ===================== [hotkey] [audio] [audio.feedback] [whisper] [output] [output.notification] [status] [integration] Output Chain: → Text will be typed via wtype (CJK supported) |
Beta Was this translation helpful? Give feedback.
-
|
✗ voxtype setup gpu Active backend: CPU (AVX2) Installation mode: tiered (pre-built) Available backends: GPU detected: Advanced Micro Devices, Inc. [AMD] Device 43d1 (rev 01) To enable GPU acceleration: |
Beta Was this translation helpful? Give feedback.
-
|
Radeon RX 470/480/570/570X/580/580X/590] (rev e7) |
Beta Was this translation helpful? Give feedback.
-
|
enable GPU seems to have fixed everything Restart voxtype to use GPU acceleration: ~ ❯ systemctl --user restart voxtype ~ ❯ This is a test.La belle petite fille.Le beau petit chat.I love this cat.This is a nice house. |
Beta Was this translation helpful? Give feedback.
-
|
May be one last unrelated question (Tks again btw ) |
Beta Was this translation helpful? Give feedback.
-
|
[ 5] large-v3 Both are doing the same. This is an example, comma, of using punctuation, comma. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed large-v3 ( I tried large-v3-turbo too)
language is set to Auto
Translation is disabled
English is working fine but not French
Is there anything I could have missed ?
Do we set it to auto or "auto" ?
[whisper]
model = "large-v3-turbo"
language = "auto"
translate = false
Beta Was this translation helpful? Give feedback.
All reactions