diff --git a/tests/NetAudio/ITANetAudioStreamingServerTest.cpp b/tests/NetAudio/ITANetAudioStreamingServerTest.cpp index b7d0d65d0d152a64ce4979ed249ca3e28569c1b8..4cbec68e2002ff2cc338e56dbaa24335715a3ad5 100644 --- a/tests/NetAudio/ITANetAudioStreamingServerTest.cpp +++ b/tests/NetAudio/ITANetAudioStreamingServerTest.cpp @@ -9,11 +9,11 @@ using namespace std; -static string g_sServerName = "localhost"; +static string g_sServerName = "137.226.61.67"; static int g_iServerPort = 12480; static double g_dSampleRate = 44100; -static int g_iBlockLength = 1024; -static int g_iChannels = 20; +static int g_iBlockLength = 512; +static int g_iChannels = 500; int main( int , char** ) { diff --git a/tests/NetAudio/ITANetAudioTest.cpp b/tests/NetAudio/ITANetAudioTest.cpp index cece001fe68225f6e8b90ce0ae6371fa637003f8..e379df826b50396da13ed489cecd9b5a7f3bc6c4 100644 --- a/tests/NetAudio/ITANetAudioTest.cpp +++ b/tests/NetAudio/ITANetAudioTest.cpp @@ -17,7 +17,7 @@ using namespace std; -const static string g_sServerName = "localhost"; +const static string g_sServerName = "137.226.61.67"; const static string g_sInputFilePath = "gershwin-mono.wav"; const static int g_iServerPort = 12480; const static double g_dSampleRate = 44100;