mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
[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
This commit is contained in:
parent
d0fc83ed8a
commit
dd54259d47
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import java.nio.ByteOrder;
|
|||
* href="https://github.com/google/ExoPlayer/issues">issue tracker</a>.
|
||||
*/
|
||||
@Deprecated
|
||||
public final class GvrAudioProcessor implements AudioProcessor {
|
||||
public class GvrAudioProcessor implements AudioProcessor {
|
||||
|
||||
static {
|
||||
ExoPlayerLibraryInfo.registerModule("goog.exo.gvr");
|
||||
|
|
|
|||
Loading…
Reference in a new issue