RecordRTC icon indicating copy to clipboard operation
RecordRTC copied to clipboard

[IOS Safari] [Bluetooth HeadSet] empty blob/zero byte after recording audio with recordRTC

Open jainketan6333 opened this issue 5 years ago • 7 comments

Hello Team,

I am getting an empty blob or zero bytes after recording audio with recordrtc on IOS Safari(v14) with Bluetooth devices eg: Airpods pro, Samsung galaxy earbuds. When I record audio with Airpods 2 then I get distorted audio. It works fine when I record audio with an external microphone or default iPhone microphone.

Browser/Environment Details Operating System- IOS v14.1 Browser - Safari

Recordrtc Options: recorderType = StereoAudioRecorder; mimeType = 'audio/wav'; disableLogs = true; timeSlice = 10000; checkForInactiveTracks = true; desiredSampRate = 16000; numberOfAudioChannels = 1;

@muaz-khan It is quite important for me, please help me with this asap

jainketan6333 avatar Dec 11 '20 08:12 jainketan6333

Hi @jainketan6333 - did you find any solution for this?

lokesh-mds avatar Feb 18 '21 22:02 lokesh-mds

+1

vin-ni avatar Aug 12 '21 11:08 vin-ni

@lokesh-mds not yet

@muaz-khan any update on this ?

jainketan6333 avatar Dec 25 '21 07:12 jainketan6333

Same problem here

pf-costa avatar Apr 01 '22 07:04 pf-costa

Same

wacioc avatar Dec 07 '22 20:12 wacioc

Hello. Instead of mimeType 'audio/wav' try 'audio/mp4' - this worked for me

vitasya avatar Nov 17 '23 10:11 vitasya