Skip to content

Instantly share code, notes, and snippets.

@GarboMuffin
GarboMuffin / AudioStream.js
Last active December 28, 2023 00:19
TurboLoader Archive
(function (Scratch) {
/*
Experimental extension for Scratch.
*/
var am_global_loop;
class AudioStream {
constructor(runtime, vm) {
this.runtime = runtime;
this.vm = vm;
this.contextList=[];