1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

Merge loudness effect from mmmaise

This commit is contained in:
SteveDaulton
2019-11-27 21:14:05 +00:00
26 changed files with 1897 additions and 599 deletions

View File

@@ -427,6 +427,8 @@ audacity_SOURCES = \
effects/Distortion.h \
effects/DtmfGen.cpp \
effects/DtmfGen.h \
effects/EBUR128.cpp \
effects/EBUR128.h \
effects/Echo.cpp \
effects/Echo.h \
effects/Effect.cpp \
@@ -449,6 +451,8 @@ audacity_SOURCES = \
effects/Invert.h \
effects/LoadEffects.cpp \
effects/LoadEffects.h \
effects/Loudness.cpp \
effects/Loudness.h \
effects/Noise.cpp \
effects/Noise.h \
effects/NoiseReduction.cpp \