mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:16:20 +02:00
Conflicts: interface/CMakeLists.txt interface/src/Audio.cpp interface/src/Audio.h libraries/script-engine/src/ScriptEngine.cpp
12 lines
292 B
JavaScript
12 lines
292 B
JavaScript
//
|
|
// audioReverbOff.js
|
|
// examples
|
|
//
|
|
// Copyright 2014 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
//
|
|
AudioDevice.setReverb(false);
|
|
print("Reberb is now off.");
|