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 of mmckegg/inheritable-audio-context

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
tape-testing/testling
write tests for browser code

Support the repos that depend on this repository

Top contributors

mmckegg's profile
mmckegg
8 contributions

Recent events

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

No events yet
mmckegg

mmckegg/inheritable-audio-context

Wrap an AudioContext to allow inheritance and additional properties.

JavaScript
1
0
No license

The **inheritable-audio-context** package provides a thin wrapper around the Web Audio API’s `AudioContext` that lets you create prototype‑based “sub‑contexts” which inherit the original context’s methods while supporting additional, per‑instance properties. It’s useful for developers who need hierarchical audio contexts—e.g., modular audio libraries or applications that want to extend or share a base `AudioContext` without hitting the “illegal invocation” errors of the native API.