Re: [mediacapture-transform] Is MediaStreamTrackProcessor for audio necessary? (#29)

At Zoom we're currently using MediaStreamTrackProcessor for video, and WebAudio for audio (very similar to this pattern: https://developer.chrome.com/blog/audio-worklet-design-pattern#webaudio_powerhouse_audio_worklet_and_sharedarraybuffer).

It works, but there's a lot of complexity that comes with WebAudio and SharedArrayBuffers, and handling the case when SharedArrayBuffer is not available. Having MediaStreamTrackProcessor for audio would certainly simplify things.

-- 
GitHub Notification of comment by mehagar
Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/29#issuecomment-1983758929 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 March 2024 15:28:18 UTC