Add a trivial example to run AEC offline
Just allows for some sanity testing for now, will improve for configurability and add some sample data in the future.
This commit is contained in:
8
examples/meson.build
Normal file
8
examples/meson.build
Normal file
@ -0,0 +1,8 @@
|
||||
top_incdir = include_directories('..')
|
||||
|
||||
executable('run-offline',
|
||||
'run-offline.cpp',
|
||||
install: false,
|
||||
include_directories: top_incdir,
|
||||
dependencies: [audio_processing_dep, absl_dep]
|
||||
)
|
Reference in New Issue
Block a user