Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Audio Trigger

Introduction

This is a prototype for triggering audio content remotely using NodeJS and socket.io.

Usage

We deployed our project on Heroku.

See their guide on how to deploy.

Put all audio files into the public/audio/ folder. To add tracks open the config.json file in the same folder.

There are two listener objects listener1/listener2

Select which listener and add in the following lines.

,{
	"trackpath" : "audio/trackname.mp3",
	"trackname" : "trackname"
}

Requirements

If you run npm install inside the folder it should grab all the relevant files for you.

git clone https://github.com/WatershedArts/SocketIOAudioTrigger.git
cd SocketIOAudioTrigger
npm install

About

A NodeJS application that allows users to remotely trigger audio on connected devices.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages