unplugged-system/frameworks/av/media/libaaudio/examples/write_sine
2025-10-06 13:59:42 +00:00
..
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

to run write_sine examples from the command line

{cd to top of the repo} mmma frameworks/av/media/libaaudio/examples/ adb root adb remount -R adb push $OUT/data/nativetest/write_sine/write_sine /data/write_sine adb shell /data/write_sine -?

adb push $OUT/data/nativetest/write_sine_callback/write_sine_callback /data/write_sine_callback adb shell /data/write_sine_callback -?