Audio recording bug on Firefox (desktop) #3041
-
Hello, I've created a messaging system where users can leave an audio message. To guarantee cross browsing of recorded messages, I had to rely on the ffmpeg library on the server side to convert and upload audio messages in MP4 format (m4a not being read by Safari). Everything works perfectly on Safari and Google Chrome (mobile and desktop). However, Firefox (Desktop: v.115.0.2 - macOS) displays the following message when I activate the microphone: "Uncaught (in promise) DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported." Firefox on iOS v.115.0 (32242) on the other hand works perfectly. After reading on the internet I deactivated and reactivated: "resistFingerprinting to False" in about:config of Firefox Desktop and I reset the Firefox factory settings. Unfortunately, nothing has changed. Do you have any ideas or suggestions for solving this problem? Thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It probably doesn't like the sample rate on the audiocontext used for the real-time waveform. I've removed it here. |
Beta Was this translation helpful? Give feedback.
It probably doesn't like the sample rate on the audiocontext used for the real-time waveform. I've removed it here.