media/extensions/gvr
olly 204537ed40 Pre-modularization cleanup
- Use a variable for the (default) minSdkVersion. There will
  be more modules that need it, and it'll be easier to manage
  if it's in one place.

Issue: #2139

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=150050663
2017-03-15 15:44:46 +00:00
..
src/main Fix some documentation nits. 2017-02-28 17:37:44 +00:00
build.gradle Pre-modularization cleanup 2017-03-15 15:44:46 +00:00
README.md Rename BufferProcessor to AudioProcessor. 2017-02-28 17:35:35 +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.