|
JackTrip
|
| Base class that defines the transmission protocol | |
| Default Header | |
| Default Header Struct | |
| Empty Header to use with systems that don't include a header | |
| Abstract Header Struct, Header Stucts should subclass it | |
| Class that provides an interface with the Jack Audio Server | |
| Main class to creates a SERVER (to listen) or a CLIENT (to connect to a listening server) to send audio streams in the network | |
| Test class that runs JackTrip inside a thread | |
| Prototype of the worker class that will be cloned through sending threads to the Thread Pool | |
| JamLink Header | |
| JamLink Header Struct | |
| Connect Inputs to Outputs | |
| A simple (basic) network Karplus Strong | |
| Base class for header type. Subclass this struct to create a new header | |
| Interface for the process plugins to add to the JACK callback process in JackAudioInterface | |
| Provides a ring-buffer (or circular-buffer) that can be written to and read from asynchronously (blocking) or synchronously (non-blocking) | |
| Same as RingBuffer, except that it uses the Wavetable mode for lost or late packets | |
| Class to set usage options and parse settings from input | |
| UDP implementation of DataProtocol class | |
| Master UDP listener on the Server |