|
JackTrip
|
| CAudioInterface | Base Class that provides an interface with audio |
| CCallbackInfo | |
| 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 |
| Cqt_meta_stringdata_DataProtocol_t | |
| Cqt_meta_stringdata_JackTrip_t | |
| Cqt_meta_stringdata_JackTripWorker_t | |
| Cqt_meta_stringdata_JackTripWorkerMessages_t | |
| Cqt_meta_stringdata_NetKS_t | |
| Cqt_meta_stringdata_PacketHeader_t | |
| Cqt_meta_stringdata_Settings_t | |
| Cqt_meta_stringdata_ThreadPoolTest_t | |
| Cqt_meta_stringdata_UdpDataProtocol_t | |
| Cqt_meta_stringdata_UdpMasterListener_t | |
| 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 |
| ▼CRtApi | |
| CConvertInfo | |
| CRtApiStream | |
| CRtApiDummy | |
| ▼CRtAudio | Realtime audio i/o C++ classes |
| CDeviceInfo | The public device information structure for returning queried values |
| CStreamOptions | The structure for specifying stream options |
| CStreamParameters | The structure for specifying input or ouput stream parameters |
| CRtAudioInterface | Base Class that provides an interface with RtAudio |
| CRtError | Exception handling class for RtAudio & RtMidi |
| 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 |