Accidentally calling start() twice causes weirdness such as a double connection of the node in web audio backend which can lead to getting onstarved events after stop(). (Found via ogv.js) Need to detect start after stop and throw a nice visible error.
Accidentally calling start() twice causes weirdness such as a double connection of the node in web audio backend which can lead to getting onstarved events after stop(). (Found via ogv.js) Need to detect start after stop and throw a nice visible error.