From 8cde6c33c1f13b673a5c9a39360ba67334d7fadb Mon Sep 17 00:00:00 2001 From: bredo Date: Fri, 22 Aug 2025 07:12:55 +1200 Subject: [PATCH] Resonite: Add section about viseme analysis on Linux --- content/docs/resonite/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/resonite/_index.md b/content/docs/resonite/_index.md index 3120a68..f4d34eb 100644 --- a/content/docs/resonite/_index.md +++ b/content/docs/resonite/_index.md @@ -27,6 +27,12 @@ In August 2025, Resonite updated to run FrooxEngine as a native Linux process, w In larger sessions Resonite is typically CPU-bound, there isn't much that can be done besides upgrading your CPU. In situations where the GPU is a bottleneck, lowering the resolution (either in the OpenXR runtime or through OpenComposite) may help dramatically. This can be easily done by prepending `OXR_VIEWPORT_SCALE_PERCENTAGE=75` to Resonite's launch options. Experiment with different values to find your preferred balance between performance and quality. +## Visemes + +Currently, viseme analysis does not work on Linux due to Meta not providing a Linux native build of OVRLipSync (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/5151#issuecomment-3170453491) + +There is an experimental mod developed by the community that allows for viseme analysis under Linux - https://github.com/KyuubiYoru/VisemesAtHome. + ## Mods Resonite has a thriving modding community with an abundance of [mods](https://wiki.resonite.com/Mods) that offer greater user experience, optimizations and new features.