muaz-khan/MultiStreamsMixer

Recording audio doesn't work

miladmeidanshahi opened this issue · 0 comments

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());

Screenshot from 2020-09-05 15-02-06

Here is my question i have mixing just audio why CanvasCaptureMediaStreamTrack is video ?