mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-01-23 20:20:52 +01:00
editorial changes
This commit is contained in:
parent
d6bb32b072
commit
9bf8ad5d76
@ -14,9 +14,9 @@
|
||||
#include "exhaleAppPch.h"
|
||||
|
||||
// constants, experimental macros
|
||||
#define LE_THRESH_ABS (15.0f / 134217728.0f) // absolute threshold for -70 LUFS
|
||||
#define LE_THRESH_REL 0.1f // 2nd stage, relative threshold 10 dB below L
|
||||
#define LE_LUFS_OFFSET -0.484375f // to return -3.01 LUFS for 997-Hz 0-dBFS sine
|
||||
#define LE_THRESH_ABS (15.0f / 268435456.0f) // absolute threshold for -70 LUFS
|
||||
#define LE_THRESH_REL 0.1f // second stage, relative threshold 10dB below L
|
||||
#define LE_LUFS_OFFSET 2.53125f // to get -3.01 LUFS for mono 997-Hz 0-dBFS sine
|
||||
|
||||
// ITU-R loudness estimator class
|
||||
class LoudnessEstimator
|
||||
|
@ -30,6 +30,7 @@ OBJS = \
|
||||
$(DIR_OBJ)/basicWavReader.o \
|
||||
$(DIR_OBJ)/exhaleApp.o \
|
||||
$(DIR_OBJ)/exhaleAppPch.o \
|
||||
$(DIR_OBJ)/loudnessEstim.o \
|
||||
|
||||
# define libraries to link with
|
||||
LIBS = -ldl
|
||||
|
Loading…
Reference in New Issue
Block a user