{"_id":"audionode","_rev":"5-f5e7182abe0624354c77c0749c04c0d3","name":"audionode","description":"Mix and distribute audio in node :)","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"author":{"name":"Jann Horn","email":"jannhorn@googlemail.com"},"name":"audionode","description":"Mix and distribute audio in node :)","version":"0.1.0","homepage":"https://github.com/thejh/audionode","repository":{"type":"git","url":"git://github.com/thejh/audionode.git"},"main":"server.js","engines":{"node":"~0.6.4"},"dependencies":{},"devDependencies":{},"_npmUser":{"name":"thejh","email":"jannhorn@gmail.com"},"_id":"audionode@0.1.0","scripts":{"start":"node server.js"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"2532554e55003d71b93ea9e4278492134a71beea","tarball":"https://registry.npmjs.org/audionode/-/audionode-0.1.0.tgz","integrity":"sha512-ljYKGWZAEnO1PJVt6TxepIDJAavebUxOBqyoSd54rS8Dz7SzCeQ7/8j1lH0rPf7Npy4I4PvoBn99iTCr6SfNDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOdEIOaAcrZp9TXdiu+VEafyfHrt7C/xe4g7OqvowuUAiAn3Qd/3flEUApv0gTRG1DWyNp+8KqgXr8ZHKi+HslKFw=="}]},"maintainers":[{"name":"thejh","email":"jannhorn@gmail.com"}]}},"readme":"This is a 8-bit mono WAV audio streaming server. Supports multiple rooms. Starting the deamon:\n\n    > ./server.js\n\nCreating a room (the room will vanish and all clients will disconnect when you disconnect):\n\n    > (echo 'provide <roomname>'; arecord) | nc <server> 1289\n\nListening to a room:\n\n    > nc <server> 1289 | aplay\n    listen <roomname>\n\nImportant: Room names can't contain spaces!\n\nTo reduce audio lag with aplay and arecord, call them with `-B 1`.\n","maintainers":[{"name":"thejh","email":"jannhorn@gmail.com"}],"time":{"modified":"2022-06-13T03:44:00.280Z","created":"2011-12-12T20:28:29.470Z","0.1.0":"2011-12-12T20:28:31.333Z"},"author":{"name":"Jann Horn","email":"jannhorn@googlemail.com"},"repository":{"type":"git","url":"git://github.com/thejh/audionode.git"}}