Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 06-Sep-2024 | - | 567 | 427 | ||
Android.bp | D | 06-Sep-2024 | 819 | 32 | 29 | |
README.md | D | 06-Sep-2024 | 379 | 11 | 9 |
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