andrewlewis a9079f67aa Fix some documentation nits.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148776593
2017-02-28 17:37:44 +00:00
..
2017-02-28 17:37:44 +00:00

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.