You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "When it's currently silent and then we encounter a loud part, how many seconds prior to it we need to slow down (switch to sounded speed).\nThis is mostly to ensure that you can clearly hear the very first letters when someone begins to speak.\n\n⚠️ Note that non-zero values will cause audio DISTORTION when switching from silence to sounded speed AND will add constant audio DELAY equivalent to the value of this setting. These drawbacks do not apply if you use the \"experimental algorithm\"."
It's used in the StretchingController.
Our current one is a very simple one, it's not very good for speech if at all:
It's what causes the distortion on marginBefore parts:
jumpcutter/en/messages.json
Line 167 in 84e6970
It's used in the StretchingController.
Our current one is a very simple one, it's not very good for speech if at all:
jumpcutter/src/entry-points/content/StretchingController/StretcherAndPitchCorrectorNode.ts
Lines 91 to 92 in 81b4e50
https://github.com/Tonejs/Tone.js/blob/389685c7ff6c2ced43105bf4f9b42d8c4b75158b/Tone/effect/PitchShift.ts#L22-L23
This is a blocker for #14
The text was updated successfully, but these errors were encountered: