diff --git a/package.json b/package.json
index 7011e218b0646a565d1e3ab6f9da45e2aab07e83..c588ab262d212e2bd9680b3b90a610d1b13ae5d5 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
     "aframe-teleport-controls": "^0.3.0",
     "easyrtc": "^1.1.0",
     "express": "^4.15.5",
-    "networked-aframe": "https://github.com/netpro2k/networked-aframe#02cc9b7a154f861e3ff96272823de4a8133bc2e4",
+    "networked-aframe": "https://github.com/netpro2k/networked-aframe#feature/positional-audio",
     "socket.io": "^2.0.3"
   },
   "devDependencies": {
diff --git a/public/index.html b/public/index.html
index 055e9aecfaabef2e2c59d19ac6301591f983c8b3..390f940d10f58629ed0e79a4c804811f1d67a45d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,7 @@
 </head>
 
 <body>
-  <a-scene networked-scene="adapter: webrtc; audio: true;">
+  <a-scene networked-scene="adapter: easyrtc; audio: true; debug: true;">
     <a-assets>
       <img id="grid" src="https://img.gs/bbdkhfbzkk/stretch/https://i.imgur.com/25P1geh.png" crossorigin="anonymous">
       <img id="sky" src="http://i.imgur.com/WqlqEkq.jpg" crossorigin="anonymous" />
@@ -20,7 +20,7 @@
       </script>
 
       <script id="head-template" type="text/html">
-        <a-sphere color="#EF2D5E" position="0 1 0"></a-sphere>
+        <a-sphere color="#EF2D5E" position="0 1 0" networked-audio-source></a-sphere>
       </script>
 
       <script id="hand-template" type="text/html">
diff --git a/yarn.lock b/yarn.lock
index f5325c6e3c4497c75d9731f55e92cc33682ba03e..8cea40d74f00b51e7db090a206d07b873d776bbd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1716,9 +1716,9 @@ negotiator@0.6.1:
   version "0.6.1"
   resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
 
-"networked-aframe@https://github.com/netpro2k/networked-aframe#02cc9b7a154f861e3ff96272823de4a8133bc2e4":
+"networked-aframe@https://github.com/netpro2k/networked-aframe#feature/positional-audio":
   version "0.3.0"
-  resolved "https://github.com/netpro2k/networked-aframe#02cc9b7a154f861e3ff96272823de4a8133bc2e4"
+  resolved "https://github.com/netpro2k/networked-aframe#48d4855b8b5043aaea3d67dfcb4ef8b79bfb82cd"
   dependencies:
     aframe-lerp-component "^1.1.0"
     aframe-template-component "3.2.1"