Skip to content

Node.js(express)、Socket.IO、WebAudioAPIを使って、 各デバイス間で双方向通信して音声を再生するサンプルです

Notifications You must be signed in to change notification settings

front-core/nodejs-socketio-webaudio-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js(express) + Socket.IO + Web Audio API on Heroku

Node.js(express)、Socket.IO、Web Audio APIを使って、
各デバイス間で双方向通信して音声を再生するサンプルをHerokuにデプロイ。
※Web Audio APIのドラムのサンプルに機能を追加したものになります。

URL

https://nodejs-socketio-webaudio.herokuapp.com/

Install and Running(local)

git clone https://github.com/front-core/nodejs-socketio-webaudio-sample.git
cd nodejs-socketio-webaudio-sample
npm install
node web.js

Access to http://localhost:8000

※ ローカルの場合は、index.htmlのこのコメントを外してlocalhostにconnect

// var socketio = io.connect('http://localhost:8000');

About

Node.js(express)、Socket.IO、WebAudioAPIを使って、 各デバイス間で双方向通信して音声を再生するサンプルです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published