Snippets Collections
destinationStream = audionContext.createMediaStreamDestination()
recording = new MediaRecorder(destinationStream.stream)
recording.ondataavailable = e => chunks.push(e.data) // apply anylser to data
star

Mon May 30 2022 22:36:03 GMT+0000 (Coordinated Universal Time)

#webapi
star

Mon May 30 2022 16:25:49 GMT+0000 (Coordinated Universal Time)

#webapi

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension