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