0.1.0 • Published 12 years ago

audionode v0.1.0

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

This is a 8-bit mono WAV audio streaming server. Supports multiple rooms. Starting the deamon:

> ./server.js

Creating a room (the room will vanish and all clients will disconnect when you disconnect):

> (echo 'provide <roomname>'; arecord) | nc <server> 1289

Listening to a room:

> nc <server> 1289 | aplay
listen <roomname>

Important: Room names can't contain spaces!

To reduce audio lag with aplay and arecord, call them with -B 1.

0.1.0

12 years ago