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

Create empty EBUR128 class.

This class will contain all EBU-R128 related analysis code.
Add all new files to all build systems as well.
This commit is contained in:
Max Maisel
2019-03-16 10:14:15 +01:00
parent d8424755d1
commit a94cda94ae
7 changed files with 53 additions and 0 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 \