mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:37:27 +02:00
Merge pull request #480 from birarda/master
simple fix for AgentList getInstance crash
This commit is contained in:
commit
d1f491d3ce
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ int audioCallback (const void* inputBuffer,
|
||||||
printLog("got output\n");
|
printLog("got output\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inputLeft) {
|
if (agentList && inputLeft) {
|
||||||
|
|
||||||
// Measure the loudness of the signal from the microphone and store in audio object
|
// Measure the loudness of the signal from the microphone and store in audio object
|
||||||
float loudness = 0;
|
float loudness = 0;
|
||||||
|
|
Loading…
Reference in a new issue