Skip to content
Snippets Groups Projects
Commit 1a87ff2b authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Thomas Guillem
Browse files

audiotrack: add support for audio session id


Add a module variable to store an audio session id and use it when creating new
AudioTrack. This session id is generated by AudioManager.getAudioSessionId() in
the Android-side. This allows LibVLC users to broadcast intent allowing
external application to plug on the audio output and apply effect, for instance
an external equalizer.

See also android.media.audiofx.AudioEffect.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
(cherry picked from commit 2717d570)
Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 93473efb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment