Android
Upgrading BassBoom on Android!
The only way to upgrade BassBoom in Android is to unpack the updated files manually. This method also works for bleeding-edge builds, though you have to use unzip instead. This assumes that you've already set up PulseAudio and that it's working on your Android device.
In case it's not running, execute the following command outside your proot environment:
To upgrade, follow these steps:
Log in to the Ubuntu proot
proot-distro login ubuntu
Install
wget
to download the latest release from this page.apt install wget
wget https://github.com/Aptivi/BassBoom/releases/download/vx.x.x/x.x.x-bin.zip
Install
unzip
to extract the filesapt install unzip
unzip x.x.x-bin.zip
Execute
dotnet BassBoom.Cli.dll
Last updated