Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording audio doesn't work #31

Open
miladmeidanshahi opened this issue Sep 5, 2020 · 0 comments
Open

Recording audio doesn't work #31

miladmeidanshahi opened this issue Sep 5, 2020 · 0 comments

Comments

@miladmeidanshahi
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant