muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.52k stars 1.75k forks source link

Only first audio track is recorded #701

Closed farizyoga closed 3 years ago

farizyoga commented 3 years ago

Hello, im using MediaRecorder API, i record video from canvas, i added 2 audio track to canvas stream, but it appears only the first audio track is recorded

is there any workaround to merge 2 audio stream to 1?

farizyoga commented 3 years ago

for those who facing the same issue, you can use AudioContext API