mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00
19 lines
659 B
Markdown
19 lines
659 B
Markdown
# ExoPlayer GVR Extension #
|
|
|
|
## Description ##
|
|
|
|
The GVR extension wraps the [Google VR SDK for Android][]. It provides a
|
|
GvrAudioProcessor, which uses [GvrAudioSurround][] to provide binaural rendering
|
|
of surround sound and ambisonic soundfields.
|
|
|
|
## Instructions ##
|
|
|
|
If using SimpleExoPlayer, override SimpleExoPlayer.buildAudioProcessors to
|
|
return a GvrAudioProcessor.
|
|
|
|
If constructing renderers directly, pass a GvrAudioProcessor to
|
|
MediaCodecAudioRenderer's constructor.
|
|
|
|
[Google VR SDK for Android]: https://developers.google.com/vr/android/
|
|
[GvrAudioSurround]: https://developers.google.com/vr/android/reference/com/google/vr/sdk/audio/GvrAudioSurround
|