mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +02:00
coding standard cleanup
This commit is contained in:
parent
f3f9325a42
commit
9d49a53434
2 changed files with 3 additions and 4 deletions
|
@ -518,7 +518,6 @@ void Audio::handleAudioInput() {
|
||||||
|
|
||||||
// Add tone injection if enabled
|
// Add tone injection if enabled
|
||||||
const float TONE_FREQ = 220.f / SAMPLE_RATE * TWO_PI;
|
const float TONE_FREQ = 220.f / SAMPLE_RATE * TWO_PI;
|
||||||
//const float TONE_FREQ = 5000.f / SAMPLE_RATE * TWO_PI;
|
|
||||||
const float QUARTER_VOLUME = 8192.f;
|
const float QUARTER_VOLUME = 8192.f;
|
||||||
if (_toneInjectionEnabled) {
|
if (_toneInjectionEnabled) {
|
||||||
loudness = 0.f;
|
loudness = 0.f;
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef __interface__AudioReflector__
|
#ifndef interface_AudioReflector_h
|
||||||
#define __interface__AudioReflector__
|
#define interface_AudioReflector_h
|
||||||
|
|
||||||
#include <QMutex>
|
#include <QMutex>
|
||||||
|
|
||||||
|
@ -185,4 +185,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif /* defined(__interface__AudioReflector__) */
|
#endif // interface_AudioReflector_h
|
||||||
|
|
Loading…
Reference in a new issue