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:
Arun Raghavan
2024-12-24 12:04:52 -05:00
parent a729ccfe0f
commit 867e2d875b
3 changed files with 77 additions and 0 deletions

View File

@ -218,3 +218,5 @@ audio_coding_dep = declare_dependency(
)
meson.override_dependency(ac_project_name, audio_coding_dep)
subdir('examples')