mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 19:08:17 +02:00
Better reverb script defaults
This commit is contained in:
parent
f005afd7c0
commit
fbd7549430
2 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,8 @@ var audioOptions = new AudioEffectOptions({
|
|||
inputBandwidth: 0.8,
|
||||
earlyLevel: 0,
|
||||
tailLevel: 0,
|
||||
dryLevel: 0,
|
||||
wetLevel: 0
|
||||
dryLevel: -6,
|
||||
wetLevel: -6
|
||||
});
|
||||
|
||||
AudioDevice.setReverbOptions(audioOptions);
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
#include <QtScript/QScriptContext>
|
||||
#include <QtScript/QScriptEngine>
|
||||
|
||||
#include "AudioReverb.h"
|
||||
|
||||
class AudioEffectOptions : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue