xref: /aosp_15_r20/frameworks/av/media/libaaudio/examples/write_sine/README.md (revision ec779b8e0859a360c3d303172224686826e6e0e1)
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