-
Notifications
You must be signed in to change notification settings - Fork 227
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
App freezes for a moment when starting recording #135
Comments
Did you try dispatching record() call to background queue? I'm having same issue with freeze, that's first thing I wanna try. |
Try to call record with viewDidLoad. It's work for me. Issue looks like specific initialisation when first time starting record. let recThread = Thread() { |
I have the same problem did you find something ? @nazdream |
self.showLoading() I also had the same problem and solved it by adding the above code after I initialized RecordAR @nazdream |
I am trying to record
ARSKView
withRecordAR
. The problem I am facing is that every time I callRecordAR.record()
the app freezes for a moment. Also, text-to-speech pronunciation is very laggy if I call it right after therecord
function.Is there any way to avoid this issue? I couldn't find any possible way to prevent this issue in docs and in the internet. Any feedback is highly appreciated, thank you!
The text was updated successfully, but these errors were encountered: