Skip to content
Advertisement

Tag: recordrtc

How to record screen+audio+microphone with RecordRTC

I am working on a project where I need the user to be able to record screen, audio and microphone. At the moment I could only make it recognize screen and audio. First I am capturing the screen and the audio from it and saving it to a variable. And then I am capturing that variable to show the a

How can I add predefined length to audio recorded from MediaRecorder in Chrome?

I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded audio is then played in the program with audio api. I am having trouble getting the audio.duration property to work. It says If the video (audio) is streamed and has no predefined length, “Inf” (Infinity) is returned. With RecordRTC, I

Advertisement