Skip to content

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

Notifications You must be signed in to change notification settings

WatershedArts/SocketIOAudioTrigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published