mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
echo the right one
This commit is contained in:
parent
f27039853c
commit
534c5105b0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ inline void Audio::performIO(int16_t* inputLeft, int16_t* outputLeft, int16_t* o
|
||||||
}
|
}
|
||||||
|
|
||||||
// If local loopback enabled, copy input to output
|
// If local loopback enabled, copy input to output
|
||||||
if (Menu::getInstance()->isOptionChecked(MenuOption::EchoServerAudio)) {
|
if (Menu::getInstance()->isOptionChecked(MenuOption::EchoLocalAudio)) {
|
||||||
memcpy(outputLeft, inputLeft, PACKET_LENGTH_BYTES_PER_CHANNEL);
|
memcpy(outputLeft, inputLeft, PACKET_LENGTH_BYTES_PER_CHANNEL);
|
||||||
memcpy(outputRight, inputLeft, PACKET_LENGTH_BYTES_PER_CHANNEL);
|
memcpy(outputRight, inputLeft, PACKET_LENGTH_BYTES_PER_CHANNEL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue