Name Date Size #Lines LOC

..--

src/H25-Apr-2025-567427

Android.bpH A D25-Apr-2025819 3229

README.mdH A D25-Apr-2025379 119

README.md

1# to run write_sine examples from the command line
2{cd to top of the repo}
3mmma frameworks/av/media/libaaudio/examples/
4adb root
5adb remount -R
6adb push $OUT/data/nativetest/write_sine/write_sine /data/write_sine
7adb shell /data/write_sine -?
8
9adb push $OUT/data/nativetest/write_sine_callback/write_sine_callback /data/write_sine_callback
10adb shell /data/write_sine_callback -?
11