Commit dd54259d by olly Committed by Oliver Woodman

[ExoV2 + Ambisonic] Adds ambisonic audio support to ExoV2.

Defines a new no_native_gvr build rule in ExoPlayerV2 that doesn't depend on the shared object in the VR sdk.

PiperOrigin-RevId: 302945930
parent d0fc83ed
...@@ -32,7 +32,7 @@ import java.nio.ByteOrder; ...@@ -32,7 +32,7 @@ import java.nio.ByteOrder;
* href="https://github.com/google/ExoPlayer/issues">issue tracker</a>. * href="https://github.com/google/ExoPlayer/issues">issue tracker</a>.
*/ */
@Deprecated @Deprecated
public final class GvrAudioProcessor implements AudioProcessor { public class GvrAudioProcessor implements AudioProcessor {
static { static {
ExoPlayerLibraryInfo.registerModule("goog.exo.gvr"); ExoPlayerLibraryInfo.registerModule("goog.exo.gvr");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment