Bladeren bron

Example: Fix webaudio_orientation for Chrome mobile

Mugen87 6 jaren geleden
bovenliggende
commit
1f2bd37b1a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      examples/webaudio_orientation.html

+ 1 - 1
examples/webaudio_orientation.html

@@ -158,6 +158,7 @@
 		camera.add( listener );
 
 		var audioElement = document.getElementById( 'music' );
+		audioElement.play();
 
 		var positionalAudio = new THREE.PositionalAudio( listener );
 		positionalAudio.setMediaElementSource( audioElement );
@@ -184,7 +185,6 @@
 
 			} );
 
-			audioElement.play();
 			boomBox.add( positionalAudio );
 			scene.add( boomBox );
 			animate();