mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 17:29:59 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e96503de0d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ int audioCallback (const void* inputBuffer,
|
|||
printLog("got output\n");
|
||||
}
|
||||
|
||||
if (inputLeft) {
|
||||
if (agentList && inputLeft) {
|
||||
|
||||
// Measure the loudness of the signal from the microphone and store in audio object
|
||||
float loudness = 0;
|
||||
|
|
Loading…
Reference in a new issue