pcm/MixRampAnalyzer: a MixRamp implementation

This commit is contained in:
Max Kellermann
2021-12-06 10:26:32 +01:00
parent f12c25b7ae
commit 713c7585b5
5 changed files with 247 additions and 0 deletions

View File

@@ -567,6 +567,17 @@ executable(
],
)
executable(
'RunMixRampAnalyzer',
'RunMixRampAnalyzer.cxx',
'ReadFrames.cxx',
include_directories: inc,
dependencies: [
pcm_dep,
io_dep,
],
)
#
# Encoder
#