SkillAgentSearch skills...

Audionode

[ABANDONED]

Install / Use

/learn @thejh/Audionode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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!

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated5y ago
Forks1

Languages

JavaScript

Security Score

70/100

Audited on Oct 3, 2020

No findings