AGoblinKing / AltMultiAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiAudio

Uses firebase to stream audio to remote slaves.

Quick Start

Just include multiaudio on your page to set it up as a slave.

Otherwise to stream audio:

    MultiAudio(AudioBufferSource);

A key will be appended to the URL which you can append to the slave URL to use.

Example

host.html?key=bloop slave.html?key=bloop

About


Languages

Language:HTML 82.7%Language:JavaScript 17.3%