Resonance Audio Networked A-Frame component, for WebRTC broadcasted audio as a Resonance Audio source. Based on the Networked-Aframe Networked Audio Source : NAF
Use this component in A-Frame, together with the Networked-Aframe library and the Resonance Audio component.
<a-entity
class="avatar"
networked-resonance-audio
resonance-audio-src="
visualize: true;
loop: true;
autoplay: true;"
>
See the Glitch project for implementation: networked-resonance-audio
The networked-resonance-audio component is based on the NAF networked-audio-source.js found at networked-audio-source