@joue-bien/audio-transport
v0.0.8
Published
A typescript library for sending audio control messages over various network protocols.
Readme
@joue-bien/audio-transport
A typescript library for sending audio control messages over various network protocols.
The library is primarily focused on providing a base UDP transport and utilities to assist in building tools that can send and receive Open Sound Control or network Midi messages.
Further reading
- dgram - Node's socket Documentation.
- OSC 1.1 - Open Sound Control documentation.
- Network Midi - Apples MIDI network driver protocol.
- Fail Up - The error handling library.
Install
npm install @joue-bien/audio-transport
Documintation
Documintation can be found on the projects GitHub Wiki.
