You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I record audio from the IPad running IOS 15.1 I am getting robotic, laggy audio, that is impossible to use. I am using the wav worker. Tried increasing bufferLength, did not help. Sometimes, the audio works fine, but other times we get the lag.
Here is the Recorder config I am using:
recorder = new Recorder({ encoderPath, numberOfChannels: 1, wavBitDepth: 16, recordingGain: 1, monitorGain: 0, bufferLength: 12288, });
The video showing the lag is attached below.
File.from.iOS.MP4
The text was updated successfully, but these errors were encountered:
vsokolovskiy
changed the title
Robotic, chunky audio on IOS 15.1
Robotic, torn audio on IOS 15.1
Nov 22, 2021
Thanks for the report. I have encountered this issue, but I will not have time to debug and make a fix anytime in the near future. If you have some patience, I will look into it when I can.
Thanks for the report. I have encountered this issue, but I will not have time to debug and make a fix anytime in the near future. If you have some patience, I will look into it when I can.
Sorry, I need to deploy this feature ASAP. Do you think shuffling around settings might help, ot should I move over to another library? Thank you.
When I record audio from the IPad running IOS 15.1 I am getting robotic, laggy audio, that is impossible to use. I am using the wav worker. Tried increasing bufferLength, did not help. Sometimes, the audio works fine, but other times we get the lag.
Here is the Recorder config I am using:
recorder = new Recorder({ encoderPath, numberOfChannels: 1, wavBitDepth: 16, recordingGain: 1, monitorGain: 0, bufferLength: 12288, });
The video showing the lag is attached below.
File.from.iOS.MP4
The text was updated successfully, but these errors were encountered: