You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: