Skip to content
Snippets Groups Projects
Commit 49a0e45c authored by Anne Heimes's avatar Anne Heimes
Browse files

bugfix client

parent b3bbf79a
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ using namespace std; ...@@ -17,9 +17,9 @@ using namespace std;
string g_sServerName = "137.226.61.85"; string g_sServerName = "137.226.61.85";
int g_iServerPort = 12480; int g_iServerPort = 12480;
double g_dSampleRate = 44100.0; double g_dSampleRate = 44100.0;
int g_iBlockLength = 32; int g_iBlockLength = 128;
int g_iChannels = 100; int g_iChannels = 10;
int g_iTargetLatencySamples = 2 * g_iBlockLength; // 1.4512ms int g_iTargetLatencySamples = 10 * g_iBlockLength; // 1.4512ms
int g_iRingBufferSize = 2 * g_iTargetLatencySamples; int g_iRingBufferSize = 2 * g_iTargetLatencySamples;
int g_iSendingBlockLength = 8; int g_iSendingBlockLength = 8;
double g_dPlaybackDuration = 10 ; // seconds double g_dPlaybackDuration = 10 ; // seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment