Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Audio inout only works if no other app requests it (w/ possible solution). #13

@Slluxx

Description

@Slluxx

This is a duplicate of threethan/LightningBrowser#9 , since i am not sure to which repo it belongs.


For example launching discord works just fine but then launching an app that wants to capture audio input, it gains control over it, leaving discord to recieve only silence. This has been by design on android but there have been changes since android 11 that could maybe fix this.

https://developer.android.com/media/platform/sharing-audio-input?hl=en#concurrent-capture-r

As per https://stackoverflow.com/questions/4495122/sharing-audio-input-on-android
You can also use

MediaRecorder mRecorder = new MediaRecorder();
mRecorder.setAudioSource(MediaRecorder.AudioSource.VOICE_UPLINK);

However, i dont know how much success it yields.

I hope this gets explored so we can talk to friends in discord while playing other games.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions