Better reverb script defaults

This commit is contained in:
Ken Cooke 2015-12-02 11:05:06 -08:00
parent f005afd7c0
commit fbd7549430
2 changed files with 4 additions and 2 deletions

View file

@ -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);

View file

@ -15,6 +15,8 @@
#include <QtScript/QScriptContext>
#include <QtScript/QScriptEngine>
#include "AudioReverb.h"
class AudioEffectOptions : public QObject {
Q_OBJECT