VLC
On Ubuntu, install VLC
via apt
, not snap
.
Then install the ASAP plugin: asap-vlc_6.0.3-1_amd64.deb.
On Fedora, install VLC from RPM Fusion, then install the ASAP plugin: asap-vlc-6.0.3-1.x86_64.rpm.
XMMS2
On Ubuntu install XMMS2 with sudo apt install xmms2
.
Then install the ASAP plugin: asap-xmms2_6.0.3-1_amd64.deb.
On Fedora: sudo dnf install xmms2
,
then asap-xmms2-6.0.3-1.x86_64.rpm.
Command-line converter
For command-line conversions (e.g. to WAV or between SAP and the tracker formats) and editing the metadata, install asapconv:
- on Ubuntu: asap_6.0.3-1_amd64.deb
- on Fedora: asap-6.0.3-1.x86_64.rpm
Run asapconv
from the shell to see the syntax.
The -o/--output
option selects the output format and is mandatory.
Other distros
Download the source code asap-6.0.3.tar.gz. Inside you will find instructions on how to build a VLC plugin, a MOC plugin, an XMMS plugin and a command-line converter asapconv.