@hazumi/audio
v0.5.0
Published
Web Audio plugin for Hazumi with bounded pooled voices.
Readme
@hazumi/audio
Web Audio plugin: load, play, gain, pooled voices.
import { createPluginHost, start } from "hazumi/app";
import { audio } from "hazumi/audio";
import { webgl2 } from "hazumi/backends/webgl2";
start({ backend: webgl2(), plugins: createPluginHost().use(audio()) }, ({ audio }) => {
// load / play from the scene context
});Site: hazumi-eta.vercel.app · Source: github.com/salty-max/hazumi
