mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 11:38:21 +02:00
turn off audio echo rendering (it's for debug)
This commit is contained in:
parent
50ee9b9ee4
commit
28581e33cc
1 changed files with 1 additions and 1 deletions
|
@ -1662,7 +1662,7 @@ void Application::displayOverlay() {
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
_audio.render(_glWidget->width(), _glWidget->height());
|
_audio.render(_glWidget->width(), _glWidget->height());
|
||||||
_audioScope.render(20, _glWidget->height() - 200);
|
_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
|
#endif
|
||||||
|
|
||||||
//noiseTest(_glWidget->width(), _glWidget->height());
|
//noiseTest(_glWidget->width(), _glWidget->height());
|
||||||
|
|
Loading…
Reference in a new issue