From 28581e33ccd9f40b8b50bbbcb3ceb6ee177aa3ba Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Mon, 20 May 2013 11:56:40 -0700 Subject: [PATCH] turn off audio echo rendering (it's for debug) --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 427c91176f..a1778bff54 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1662,7 +1662,7 @@ void Application::displayOverlay() { #ifndef _WIN32 _audio.render(_glWidget->width(), _glWidget->height()); _audioScope.render(20, _glWidget->height() - 200); - _audio.renderEchoCompare(); // PER: Will turn back on to further test echo + //_audio.renderEchoCompare(); // PER: Will turn back on to further test echo #endif //noiseTest(_glWidget->width(), _glWidget->height());