fix(speed): preserve PT-BR sibilants – clamp max to 2.2x (1.0.13) - #51
Merged
Conversation
- bump piper-objc 0.2.41 -> 0.2.42 (PR #14) - speedCurve max 3.94x loses S at 80%+ for Cadu/Jeff/Tugão - clamp to 2.2x keeps length >=0.45, preserves fricatives - fixes Ricksparta 1.0.12 AppStore + Ricardo 1.0.9 feedback Depends on IhorShevchuk/piper-objc#14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes PT-BR S loss at high speeds reported by Ricksparta (1.0.12 AppStore, 4 days ago, Brazil) and Ricardo (1.0.9).
Root:
speedCurve max 3.944x → length 0.25. At AV 0.8 (80%) speed 2.79 → length 0.357 drops sibilants. PT-BR voices Cadu/Jeff/Tugão lose S.
Fix:
"phoneme_type" = "pinyin"#14 clamps max to 2.2x (length >=0.454)TDD:
Tests in piper-objc: high rates <=2.2, length >=0.45, monotonic, 80% ~0.465
Blind user impact: 80%+ still fast but intelligible for sibilants.
Depends on merge of piper-objc#14 + tag 0.2.42