Skip to content

Commit

Permalink
update parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed Jan 9, 2021
1 parent e6fca68 commit 7a7cbaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/uLipSync/Configs/uLipSync-Config-Default.asset
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Assets/uLipSync/Configs/uLipSync-Profile-Woman.asset
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ MonoBehaviour:
formantO:
f1: 483
f2: 925
maxError: 500
useErrorRange: 0
maxErrorRange: 500
minLog10H: -4
3 changes: 2 additions & 1 deletion Assets/uLipSync/Examples/Configs/uLipSync-Profile-Mine.asset
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ MonoBehaviour:
formantO:
f1: 436
f2: 697
maxError: 500
useErrorRange: 0
maxErrorRange: 500
minLog10H: -4
6 changes: 3 additions & 3 deletions Assets/uLipSync/Examples/Scenes/uLipSync-UnityChan-Test.unity
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a7cbaf

Please sign in to comment.