Remix.run Logo
anonymous344 3 days ago

does this solve the stupid problem with chrome mobile (samsung) that if you make javascript timer for example 4 seconds, and then play() the audio is already deleted by garbage-collection.. ?

chr15m 2 days ago | parent [-]

The algorithm in Beat Maker bypasses that issue completely by rendering the webaudio graph to a static buffer on every change.