CodeBrowser / npm / standardized-audio-context
standardized-audio-context@25.3.77
// A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
$ npm install standardized-audio-context
downloads/wk
538,254
license
MIT
version
25.3.77
published
Aug 31, 2024
What is standardized-audio-context?
Standardized-audio-context is a wrapper library that provides a consistent interface to the Web Audio API across different browsers, addressing compatibility issues where implementations diverge from the standard. Developers use it to write audio processing code once and have it work reliably in all major browsers without managing browser-specific workarounds. It includes polyfills for features like AudioWorklet to enable advanced audio functionality in browsers that don't yet support them natively.
Keywords
#AudioWorklet #Polyfill #Web Audio API #audio #browser
Maintainers
chrisguttandin