[IOS Safari] [Bluetooth HeadSet] empty blob/zero byte after recording audio with recordRTC
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
Hi @jainketan6333 - did you find any solution for this?
+1
@lokesh-mds not yet
@muaz-khan any update on this ?
Same problem here
Same
Hello. Instead of mimeType 'audio/wav' try 'audio/mp4' - this worked for me