mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
use Philip's constant for server IP
This commit is contained in:
parent
baa686f738
commit
72d4d073fd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ int audioCallback (const void *inputBuffer,
|
|||
// int16_t *inputRight = ((int16_t **) inputBuffer)[1];
|
||||
|
||||
if (inputLeft != NULL) {
|
||||
data->audioSocket->send((char *) "54.241.92.53", 55443, (void *)inputLeft, BUFFER_LENGTH_BYTES);
|
||||
data->audioSocket->send((char *) EC2_WEST_AUDIO_SERVER, 55443, (void *)inputLeft, BUFFER_LENGTH_BYTES);
|
||||
}
|
||||
|
||||
int16_t *outputLeft = ((int16_t **) outputBuffer)[0];
|
||||
|
|
Loading…
Reference in a new issue