-
Hi there,
A user of mine reports that he gets the issue: `no_specified_media_found` in Chrome.
However, it works in Firefox.
What can be the reason for this issue, and how to resolve it?
r…
-
when i log and try to use the previewAudioStream it doesn't appear to have any data.
i am on 1.6.5 i downgraded per the following issue because latest wasn't working with nextjs
https://github.c…
-
I am quite new to js and I am struggling to build a simple browser based audio recording prototype using html and js in front end and python flask as backend. I would like to use your MediaRecorder se…
-
Hey guys. We have a crash. Can you help us to fix this ?
Crash
Samsung Galaxy Note8
Android 9 (SDK 28)
**java.lang.IllegalStateException**
```
java.lang.IllegalStateException:
at andro…
-
Hi,
I am trying to record audio in the browser
```JavaScript
const {
status,
startRecording,
stopRecording,
mediaBlobUrl,
} = useReactMediaRecorder(…
-
### Version of react-native-audio-recorder-player
`3.1.2`
### Version of React Native
`0.64.2`
### Platforms you faced the error (IOS or Android or both?)
iOS
### Expected behavior
File…
-
In Android 13 (Api Level 33) WRITE_EXTERNAL_STORAGE is not granted and the permission check will fail. The library defines these permissions in the AndroidManifest.xml and in RNAudioRecorderPlayerModu…
-
With the native MediaRecorder api, you can specify a codec for the mimetype with the following syntax: `'audio/mp4; codecs=mp4a.40.2'`. This doesn't seem possible in the blobOptions object based on my…
-
Hi,
From my understanding, the useReactMediaRecorder allows the Reactjs app to record microphone + screen audio together:
```
import { useReactMediaRecorder } from "react-media-recorder";
cons…
-
error - ReferenceError: Blob is not defined