Merge pull request #276 from birarda/master

add bearing debug for audio-mixer
This commit is contained in:
birarda 2013-05-10 12:35:37 -07:00
commit aa04a74483

View file

@ -144,6 +144,8 @@ int main(int argc, const char* argv[]) {
float weakChannelAmplitudeRatio = 1.f;
if (otherAgent != agent) {
printf("DEBUG: The bearing for this agent is %f\n", agentRingBuffer->getBearing());
Position agentPosition = agentRingBuffer->getPosition();
Position otherAgentPosition = otherAgentBuffer->getPosition();