-
Notifications
You must be signed in to change notification settings - Fork 572
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
Glitch in background, exclusive mode #2062
Comments
Try the LiveEffect sample. It currently does not run in the background so I created a Pull Request (#2063). It seems to work fine in the background with the minor change with that PR. |
As I mentionned it here #2063 (comment) |
If your callback function does a lot of processing then there may be a problem running in the background. What device are you on? |
See https://developer.android.com/develop/background-work/services/foreground-services. Starting for Android U, foreground services are required. |
It would be nice to have a background example, with the foreground service. |
I filed issue #2065 |
Hello.
I'm working on a plugin that should be open when my application runs in background.
I use a fullduplex stream, as i filter the input from the default microphone. The idea is to keep the app alive while recording the surrounding sound.
For now, all is ok when I run my plugin from the app. But when going in background the stream becomes glitchy.
I'm not sure also to really be able to be able to start a stream with exclusive mode. Do I need to do something special?
Thank you!
The text was updated successfully, but these errors were encountered: