python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What's the best way to reduce the frame rate used by a MediaRecorder?
I have a MediaStream from a WebRTC remote peer from which I would like to create a video recording in the browser.
I'm currently creating the MediaRecorder like this:
const recorder = new MediaRecorde...

fblundun
Votes: 0
Answers: 1
Convert int8 opus-encoded array into raw waveform (Python)
I have a js script that records audio from microphone and sends it via a websocket to a python REST API.
Part of js script (works in console):
const stream = await navigator.mediaDevices.getUserMedia(...
roman-vygon
Votes: 0
Answers: 1
Is it possible to record lossless audio in Web Browser (chrome)
one-line version of my question:
How can I record lossless ( or at the least, incredibly high quality ) audio in a web browser? Preferably chrome/chromium since I would like to make a high quality aud...

Martin
Votes: 0
Answers: 2
Header missing error while playing MP3/WAV files recorded using MediaRecorder on ESP32 using ESP32-audioI2S library
I am trying to record a .mp3 and a .wav using MediaRecorder Javascript library on a webpage and play it on ESP32 using ESP32-audioI2S library. I am able to play the recorded MP3 and WAV file on PC wit...
Kartik P
Votes: 0
Answers: 0