Replies: 1 comment 2 replies
-
By "asynchronously", we just mean that the audio will not start flowing immediately. There may be a significant delay, 10-200 msec, before the first callback. Oboe is meant to be thread safe. But we recommend using a single thread to serialize the open/start/stop/close operations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the annotation in AudioStream.h
All the apis are runs asynchronously, so if I call requestStop before requestStart return success, may the issue happens? like oboe hangs, etc.
Beta Was this translation helpful? Give feedback.
All reactions