diff --git a/Assets/uLipSync/Configs/uLipSync-Config-Default.asset b/Assets/uLipSync/Configs/uLipSync-Config-Default.asset index 430a4cb..5acfc56 100644 --- a/Assets/uLipSync/Configs/uLipSync-Config-Default.asset +++ b/Assets/uLipSync/Configs/uLipSync-Config-Default.asset @@ -14,8 +14,8 @@ MonoBehaviour: m_EditorClassIdentifier: Assembly-CSharp:uLipSync:CalculationConfig sampleCount: 1024 lpcOrder: 64 - maxFrequency: 4000 frequencyResolution: 128 + maxFrequency: 4000 windowFunc: 0 checkSecondDerivative: 0 checkThirdFormant: 1 diff --git a/Assets/uLipSync/Configs/uLipSync-Profile-Woman.asset b/Assets/uLipSync/Configs/uLipSync-Profile-Woman.asset index 928358c..610e92d 100644 --- a/Assets/uLipSync/Configs/uLipSync-Profile-Woman.asset +++ b/Assets/uLipSync/Configs/uLipSync-Profile-Woman.asset @@ -27,5 +27,6 @@ MonoBehaviour: formantO: f1: 483 f2: 925 - maxError: 500 + useErrorRange: 0 + maxErrorRange: 500 minLog10H: -4 diff --git a/Assets/uLipSync/Examples/Configs/uLipSync-Profile-Mine.asset b/Assets/uLipSync/Examples/Configs/uLipSync-Profile-Mine.asset index 6f10271..74df46d 100644 --- a/Assets/uLipSync/Examples/Configs/uLipSync-Profile-Mine.asset +++ b/Assets/uLipSync/Examples/Configs/uLipSync-Profile-Mine.asset @@ -27,5 +27,6 @@ MonoBehaviour: formantO: f1: 436 f2: 697 - maxError: 500 + useErrorRange: 0 + maxErrorRange: 500 minLog10H: -4 diff --git a/Assets/uLipSync/Examples/Scenes/uLipSync-UnityChan-Test.unity b/Assets/uLipSync/Examples/Scenes/uLipSync-UnityChan-Test.unity index 8926ff0..3df75f2 100644 --- a/Assets/uLipSync/Examples/Scenes/uLipSync-UnityChan-Test.unity +++ b/Assets/uLipSync/Examples/Scenes/uLipSync-UnityChan-Test.unity @@ -492,9 +492,9 @@ MonoBehaviour: profile: {fileID: 11400000, guid: 300ffae37e5c9e047b64a418c8e35677, type: 2} config: {fileID: 11400000, guid: cdec430819f76c84eb53bfeedf883d31, type: 2} outputSoundGain: 1 - openSmoothness: 0.8 - closeSmoothness: 0.85 - vowelTransitionSmoothness: 0.9 + openSmoothness: 0.85 + closeSmoothness: 0.9 + vowelTransitionSmoothness: 0.92 maxVolume: 0.05 minVolume: 0.001 autoVolume: 1