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

LiveEffect not opening and has glitched audio on Android 14 but runs fine on Android 13. #2095

Closed
siddharth-nikte opened this issue Sep 2, 2024 · 0 comments · Fixed by #2097
Assignees

Comments

@siddharth-nikte
Copy link

Issues:
(1)The app doesn't open at first because "FOREGROUND_SERVICE_MICROPHONE" has "RECORD_AUDIO" as runtime prerequisites in Android 14. The app runs by requesting audio recording permission before running foreground services.

(2) Using AAudio as API, the audio doesn't work as intended and becomes noisy and has a constant sound every time it runs. This doesn't occur while using OpenSL ES as API. Can this be a device specific issue?

I tested it on Android 13, the app has no issue opening as well as running.

Devices:
Android version: 14
Android device: Motorola g14

Android version: 13
Android device: Motorola g52

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

Successfully merging a pull request may close this issue.

2 participants