• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/14-Jan-2024-567427

Android.bpD15-Dec-2024819 3229

README.mdD14-Jan-2024379 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