networked sound experiment with web audio api
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
km0 90c23c50e0 test uuu 1 year ago
img first test audio api 1 year ago
public test uuu 1 year ago
views test uuu 1 year ago
.gitignore first test audio api 1 year ago
README.md typo in readme 1 year ago
cover.jpg first test audio api 1 year ago
package.json first test audio api 1 year ago
server.js test uuu 1 year ago

README.md

Teletap

A small playground for networked sound experiments with Web Audio API.

Setup

Clone the repo , move to the directory and install the dependencies using your favourite package manager (npm, yarn, etc.).

Note that to run the app you will need to install Node.js, either on your machine or on a VPS.

For example with npm:

git clone https://git.xpub.nl/kamo/teletap
cd teletap
npm install

To start the application run

node server.js

or in alternative

npm start

Then open your browser to localhost:3000 and there you can tap on the screen to generate sounds..

If you open another tab and navigate to localhost:3000/destination, there you will receive the sounds. Note that you will not hear anything until you press on the Join Audio button. This is because for security policies, browsers don't play any sound before a user's interaction.

This app uses the same architecture of DRw. Find more info there!