android13/frameworks/av/media/libaudioprocessing/tests
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
fuzzer initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
build_and_run_all_unit_tests.sh initial 2024-06-22 20:45:49 +08:00
mixer_to_wav_tests.sh initial 2024-06-22 20:45:49 +08:00
mixerops_benchmark.cpp initial 2024-06-22 20:45:49 +08:00
mixerops_objdump.cpp initial 2024-06-22 20:45:49 +08:00
mixerops_tests.cpp initial 2024-06-22 20:45:49 +08:00
resampler_tests.cpp initial 2024-06-22 20:45:49 +08:00
run_all_unit_tests.sh initial 2024-06-22 20:45:49 +08:00
test-mixer.cpp initial 2024-06-22 20:45:49 +08:00
test-resampler.cpp initial 2024-06-22 20:45:49 +08:00
test_utils.h initial 2024-06-22 20:45:49 +08:00

README

For libsonic dependency:
pushd $ANDROID_BUILD_TOP/external/sonic
mm
popd

To build audio processing library:
pushd ..
Optionally uncomment USE_NEON=false in Android.mk
mm
popd

Then build here:
mm