Control volume gain for Video/Audio stream in Firefox
问题 I'm trying to record Video/Audio files using MediaRecorder API for Firefox. When I'm using web Audio API for creating the nodes (source -> Gain -> Destination) The output of the recorded file is only Audio as the return stream from the destination node is Audio stream only referring to this documentation https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamAudioDestinationNode Any suggestion for getting Audio/video stream in the destination output to record audio/video not audio only.