Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadlaxa committed Aug 19, 2024
1 parent 0c5becf commit ae77594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau.Plugin.Builtin/ArpasingPlusPhonemizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ protected override double GetTransitionBasicLengthMs(string alias = "") {
if (hasCons) {
return base.GetTransitionBasicLengthMs() * 1.3; // Value for 'cons'
} else if (haslr) {
return base.GetTransitionBasicLengthMs() * 1.5; // Value for 'cons'
return base.GetTransitionBasicLengthMs() * 1.0; // Value for 'cons'
}

// Check if the alias ends with a consonant or vowel
Expand Down

0 comments on commit ae77594

Please sign in to comment.