Skip to content

Releases: bbc/r-audio

r-audio v1.2.0

11 Oct 14:16
Compare
Choose a tag to compare

This release provides a much needed fix for Safari, aliasing webkitAudioContext as AudioContext. It also fixes the gain-matrix example so it works on Safari, and the input sliders have a defaultValue.

Note: AudioNodes which are not supported in Safari natively will not work in r-audio. This includes (as of 11 October 2018) StereoPannerNode, ConstantSourceNode, AudioWorklet etc.

thanks @jamesopstad for flagging up the Safari issues!

r-audio v1.1.1

09 Oct 08:57
Compare
Choose a tag to compare

This release updates some tertiary dependencies to get rid of potential vulnerabilities in those packages. (found via npm audit)

r-audio v1.1.0

01 Oct 09:33
Compare
Choose a tag to compare

This release adds RExtensible, an "abstract" component which can be subclassed to create custom reusable r-audio components (subgraphs). You can read its documentation here.