uLipSync icon indicating copy to clipboard operation
uLipSync copied to clipboard

MFCC-based LipSync plug-in for Unity using Job System and Burst Compiler

Results 41 uLipSync issues
Sort by recently updated
recently updated
newest added

I would like to use uLipSync for certain 3D models like Ready Player ME avatars and some other custom 3D models but these models seems not compatible with the plugin,...

Hello. This repo is great. But when I try to use microphone to do lipsync in an iOS app, it does not work. I also try the samples provided and...

bug

# 概要 現在、Timelineとの連携の際に以下のような問題があります。 * TimelineのProcessFrameのタイミングでリップシンクを動かすことができない(全てUpdateのタイミングになってしまう) * uLipSyncClipが無い箇所を再生していてもLipSyncUpdateEventが呼ばれてしまう そこで、uLipSyncClipがある箇所を再生しているときだけ、uLipSyncTimelineEventのLipSyncUpdateEventをProcessFrameのタイミングで呼び出すように変更しました。 この変更は本来の実装の意図と異なっている可能性がありますので、ご意見頂けますと幸いです:bow: # 詳細 ## uLipSyncMixer側 再生している箇所にuLipSyncClipがある場合のみ、OnFrameを呼び出すようにしました。 ## uLipSyncTimelineEvent側 OnFrameが呼び出された直後にLipSyncUpdateEventを発火させるだけの実装に変更しました。 # 問題点 uLipSyncTimelineEventのLipSyncUpdateEventに自作のイベントを登録している場合は挙動が変わってしまいます。 そのため、アナウンスをするか従来の挙動をするイベントを用意する必要があるかもしれません。 (個人的には従来の挙動をするイベントもあると分かりづらくなってしまうと思うので、アナウンスだけで良いかもしれません)

Hello This may just be a simple fix but I can’t get ulipsync to work due to these errors. “The type or namespace name “NonReorderable/NonReorderableAttribute” could not be found.” I...

How to create a blendShape animation segment that is recognized by the plugin?Is there some toturials?thx!

An option to Read the parameters from the Animator Controller to send the values directly to the animator instead of the blendshapes.

Using the following workflow, I can't get uLipSync play in Play mode: -create timeline -setup uLipSync object -create Audio track on Timeline -drag the audio source to timeline Audio Track...

bug

I was trying to build a project on Unity 2021.2.0a16 on OSX for iOS, but the build seems to fail. It works on Android. The message I get is, there's...

I was wondering if there could be support for using and previewing lip sync in Editor mode as well? I tried the following setup, unable to make the mouth move:...

any plan to add webgl platform support? Thank you :)