JackTrip
Variables
jacktrip_globals.h File Reference
#include "AudioInterface.h"
Include dependency graph for jacktrip_globals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Global Functions
void setRealtimeProcessPriority ()
 

Variables

const char *const gVersion = "1.3.0"
 JackTrip version. More...
 
Network related ports
const int gDefaultPort = 4464
 Default JackTrip Port. More...
 
const int gBindPortLow = 3464
 lowest Bindport More...
 
const int gBindPortHigh = 5464
 highest Bindport More...
 
Separator for terminal printing
const char *const gPrintSeparator = "---------------------------------------------------------"
 
Global flags
int gVerboseFlag
 Verbose mode flag declaration. More...
 
JackAudio
const int gJackBitResolution = 32
 Audio Bit Resolution of the Jack Server. More...
 
const QString gJackDefaultClientName = "JackTrip"
 
const int gMaxRemoteNameLength = 64
 
JackTrip Server parameters
const int gMaxThreads = 1024
 Maximum Threads that can be run at the same time. More...
 
const int gServerUdpPort = 4464
 Public well-known UDP port to where the clients will connect. More...
 

Default Values

#define PROTOCOL_STACK   QHostAddress::AnyIPv4
 
const int gDefaultNumInChannels = 2
 
const int gDefaultNumOutChannels = 2
 
const QString WAIR_AUDIO_NAME = QString("JackTrip")
 
const int gMAX_WAIRS = 128
 
const QString gDOMAIN_TRIPLE = QString("192.168.0")
 
const int gMIN_TUB = 11
 
const int gMAX_TUB = 20
 
const AudioInterface::audioBitResolutionT gDefaultBitResolutionMode
 
const int gDefaultQueueLength = 4
 
const int gDefaultOutputQueueLength = 4
 
const uint32_t gDefaultSampleRate = 48000
 
const uint32_t gDefaultDeviceID = 0
 
const uint32_t gDefaultBufferSizeInSamples = 128
 
const QString gDefaultLocalAddress = QString()
 
const int gDefaultRedundancy = 1
 
const int gTimeOutMultiThreadedServer = 10000
 
const int gWaitCounter = 60
 

Macro Definition Documentation

◆ PROTOCOL_STACK

#define PROTOCOL_STACK   QHostAddress::AnyIPv4

Function Documentation

◆ setRealtimeProcessPriority()

void setRealtimeProcessPriority ( )

Variable Documentation

◆ gBindPortHigh

const int gBindPortHigh = 5464

highest Bindport

◆ gBindPortLow

const int gBindPortLow = 3464

lowest Bindport

◆ gDefaultBitResolutionMode

const AudioInterface::audioBitResolutionT gDefaultBitResolutionMode
Initial value:
=
@ BIT16
16 bits (default)
Definition: AudioInterface.h:64

◆ gDefaultBufferSizeInSamples

const uint32_t gDefaultBufferSizeInSamples = 128

◆ gDefaultDeviceID

const uint32_t gDefaultDeviceID = 0

◆ gDefaultLocalAddress

const QString gDefaultLocalAddress = QString()

◆ gDefaultNumInChannels

const int gDefaultNumInChannels = 2

◆ gDefaultNumOutChannels

const int gDefaultNumOutChannels = 2

◆ gDefaultOutputQueueLength

const int gDefaultOutputQueueLength = 4

◆ gDefaultPort

const int gDefaultPort = 4464

Default JackTrip Port.

◆ gDefaultQueueLength

const int gDefaultQueueLength = 4

◆ gDefaultRedundancy

const int gDefaultRedundancy = 1

◆ gDefaultSampleRate

const uint32_t gDefaultSampleRate = 48000

◆ gDOMAIN_TRIPLE

const QString gDOMAIN_TRIPLE = QString("192.168.0")

◆ gJackBitResolution

const int gJackBitResolution = 32

Audio Bit Resolution of the Jack Server.

◆ gJackDefaultClientName

const QString gJackDefaultClientName = "JackTrip"

◆ gMAX_TUB

const int gMAX_TUB = 20

◆ gMAX_WAIRS

const int gMAX_WAIRS = 128

◆ gMaxRemoteNameLength

const int gMaxRemoteNameLength = 64

◆ gMaxThreads

const int gMaxThreads = 1024

Maximum Threads that can be run at the same time.

◆ gMIN_TUB

const int gMIN_TUB = 11

◆ gPrintSeparator

const char* const gPrintSeparator = "---------------------------------------------------------"

◆ gServerUdpPort

const int gServerUdpPort = 4464

Public well-known UDP port to where the clients will connect.

◆ gTimeOutMultiThreadedServer

const int gTimeOutMultiThreadedServer = 10000

◆ gVerboseFlag

int gVerboseFlag
extern

Verbose mode flag declaration.

◆ gVersion

const char* const gVersion = "1.3.0"

JackTrip version.

Todo:
Add this namespace

◆ gWaitCounter

const int gWaitCounter = 60

◆ WAIR_AUDIO_NAME

const QString WAIR_AUDIO_NAME = QString("JackTrip")