Merge branch 'master' of https://github.com/worklist/hifi into voxeltars

This commit is contained in:
Andrzej Kapolka 2013-06-03 17:17:24 -07:00
commit 6552a64bb4

View file

@ -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;