-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/isTypeSupported_static
### What specific section or headline is this issue about?
Examples
### What information was incor…
-
Hi,
I'm trying to encode the webm audio result from MediaRecorder API in Chrome into mp3.
But all I got is a short noisy audio.
Without encoding, the given webm audio is good. I can write it t…
-
This issue should use navigator.getUserMedia to be able to pick up a user's microphone.
-
## Description
Even after passing the frame rate to record options, the framerate remains the same.
videojs-record/4.6.0/videojs.record.min.js
```
audio: false,
video: true,…
-
Hi,
At first, I wanna thank you for the time you're putting into this project!
I'm trying to record the audio from Chrome, route the WebM opus stream to .NET, convert to another format and re-ro…
-
Videos in Poly are in the WebM format, which is incompatible with Safari. Since Safari has a [significant market share](https://gs.statcounter.com/browser-market-share/mobile/worldwide) for both mobil…
-
I'm trying out google's speech-to-text with streaming audio input.
I've a simple JS code that code record audio on button press and send the audio to fastapi backend using websockets. In fastapi ba…
-
When stopping the recording by using
```
await FlutterScreenRecording.stopRecordScreen
```
This package will autosave the file and return with the path as `String` type.
But I want only to get…
-
Thanks to Helmut for suggesting using an uploader!
Desired behavior:
- click a button
- record audio from user's microphone
- transcribe via service on Julia-side (eg, OpenAI or local model)
- …
-
## Notes
* Media Recorder API has support for encoding in mp3/webm with Opus: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder -> Option mime type
* For check whether m…
kulla updated
10 months ago