audionode

0.1.0 • Public • Published

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.

/audionode/

    Package Sidebar

    Install

    npm i audionode

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • thejh