hecomi / uLipSync

MFCC-based LipSync plug-in for Unity using Job System and Burst Compiler
https://tips.hecomi.com/entry/2022/01/30/152519
MIT License
1.07k stars 128 forks source link

Runtime Microphone Detection breaks down #67

Open clonzeh opened 6 months ago

clonzeh commented 6 months ago

Infrequently I come across a bug where the microphone detection stops working. Even after reloading the scene or deleting objects related to uLipsync and then re-creating them. I found the only fix is to exit play mode and re-enter play mode.

This leads me to believe it's a problem with some static variables deeper in uLipsync for detecting microphone. Any information on where I should look to fix such a problem is appreciated!

I don't have any errors when this occurs.