You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when i mix two audio streams and recording with MediaRecorder after stop recording no blob file generated.
but in video every thing is nice.
const audioMixer = new MultiStreamsMixer([microphone1, microphone2]);
// record using MediaRecorder API
const recorder = new MediaRecorder(audioMixer.getMixedStream());
Here is my question i have mixing just audio why CanvasCaptureMediaStreamTrack is video ?
The text was updated successfully, but these errors were encountered:
Hi, when i mix two audio streams and recording with
MediaRecorder
after stop recording no blob file generated.but in video every thing is nice.
Here is my question i have mixing just audio why
CanvasCaptureMediaStreamTrack
is video ?The text was updated successfully, but these errors were encountered: