[IOS Safari] [Bluetooth HeadSet] empty blob/zero byte after recording audio with recordRTC
Author: jainketan6333Created Dec 11, 2020Updated Nov 28, 2024
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
Source: muaz-khan/RecordRTC