March 2018
Beginner
274 pages
6h 1m
English
Google developed Resonance Audio as a tool for developers who need to include 3D spatial audio in their AR and VR applications. We will use this tool to put 3D sound in our demo app. Let's get started by opening up the spawn-at-surface.html file in your favorite text editor and then follow the given steps:
var cube; //after this linevar audioContext;var resonanceAudioScene;var audioElement;var audioElementSource;var audio;
function initAudio(){}function update(){ //before this function
Read now
Unlock full access