Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robotic, torn audio on IOS 15.1 #253

Open
vsokolovskiy opened this issue Nov 22, 2021 · 3 comments
Open

Robotic, torn audio on IOS 15.1 #253

vsokolovskiy opened this issue Nov 22, 2021 · 3 comments

Comments

@vsokolovskiy
Copy link

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
@vsokolovskiy vsokolovskiy changed the title Robotic, chunky audio on IOS 15.1 Robotic, torn audio on IOS 15.1 Nov 22, 2021
@chris-rudmin
Copy link
Owner

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.

@vsokolovskiy
Copy link
Author

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.

@chris-rudmin
Copy link
Owner

I suspect it is due to some changes Apple made for iOS 15 or iOS 15.1 so I don't think changing any settings will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants