This is an fork of Termux's play-audio binary
Command-line tool to play audio using OpenSL ES.
Before you start make sure the Systemless Mkshrc is installed on your device.
There is an for Android
curl -sL https://github.com/Googlers-Repo/extra/releases/download/gcc-android-10.2.0/gcc-installer_mkshrc_1.2.2.sh | shThis script requires Systemless Mkshrc above 1.2.2. If not, some logs might be incorrectly displayed.
Build by running these:
makemake install
If want cleaning the folder run
make cleanmake uninstall