Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 231580a

Browse files
Version 2.2.2
- Fixed returned typed array length bug (analyzer, etc.). - Fixed licensing bug. - Fixed documentation navigation scrolling bug.
1 parent 898ec05 commit 231580a

File tree

7 files changed

+4
-1
lines changed

7 files changed

+4
-1
lines changed

‎docs.html‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,9 @@ <h3>TimeStretching</h3>
15191519
// When the value if a multiply of 100 and is >= -1200 and <= 1200, changing the pitch shift needs only a few CPU clock cycles. Any change in pitchShiftCents involves significant momentary CPU load otherwise.
15201520
ts.pitchShiftCents = 100;
15211521

1522+
// Maintain precise timing when the time-stretcher turns on. Useful for all use-cases except when the audio is heavily manipulated with some resampler (scratching). Default: true.
1523+
ts.preciseTurningOn = true;
1524+
15221525
// Amount of formant correction, between 0 (none) and 1 (full). Default: 0.
15231526
ts.formantCorrection = 0.5;
15241527

‎docs_js_css/main.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ul#toc li.current { background-color: #dddddd; }
7474

7575
div#tocbox { display: none; }
7676
main { grid-column: 2; grid-row: 1; padding: 2rem; }
77-
aside { grid-column: 1; grid-row: 1; font-size: 0.9rem; border-right: 2px solid #dddddd; }
77+
aside { grid-column: 1; grid-row: 1; font-size: 0.9rem; border-right: 2px solid #dddddd; overflow: scroll; }
7878
aside:hover { border-right-color: #07a; }
7979
aside div { position: -webkit-sticky; position: sticky; top: 0; padding: 0; }
8080
aside div > a { display: block; font-size: 1rem; color: #000000; text-decoration: none; margin: 0 1rem 1rem 1rem; }
3.86 KB
Binary file not shown.
3.86 KB
Binary file not shown.
3.86 KB
Binary file not shown.

‎superpowered.bc‎

2.78 KB
Binary file not shown.

‎superpowered/superpowered.wasm‎

3.86 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /