MediaElementAudioSourceNode

Hello, I’m trying to work on an audio processor that adds different effects in real time to a video element. I have this working for other web environments, but I see that MediaElementAudioSourceNode is not supported on WebOS. Is there an alternate way I can access the audio buffers without that?

In the webOS TV, the video element is rendered separately and it is not accessible. Therefore, you can’t get the audio buffer. Sorry for not being helpful.

is audio element has same behavior?

Sorry for the late reply. You can’t get the audio buffer from the audio tag either.