Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mmckegg

mmckegg/audio-param-transform

Apply multiple transforms with custom functions to Web Audio API AudioParams.

JavaScript
7
1
No license
mmckegg's profile
mmckegg
25 contributions
jhermsmeier's profile
jhermsmeier
1 contributions

audio‑param‑transform is a small JavaScript library that augments the Web Audio API’s AudioParam objects with a `transform()` method, letting developers chain custom mapping functions (e.g., pitch‑transpose, scaling) onto any parameter’s automation calls. It’s aimed at web audio developers who need to apply layered, reusable transformations to AudioParams without rewriting core scheduling logic.