Outils pour utilisateurs

Outils du site


emulation:vgm:lecteurs:uade

uade

uade est un lecteur pour les formats de musique Amiga.

Compilation

apt install git build-essential sparse audacious-dev libao-dev libvorbis-dev libmpg123-dev
git clone https://gitlab.com/heikkiorsila/bencodetools && cd bencodetools
./configure && make -j"$(nproc)"
su -c "make install" -m "root"
cd ..
git clone https://gitlab.com/hors/libzakalwe && cd libzakalwe
./configure && make -j"$(nproc)"
su -c "make install" -m "root"
cd ..
git clone https://gitlab.com/uade-music-player/uade && cd uade
./configure && make -j"$(nproc)"
su -c "make install" -m "root"

Format incompatible

  • IFF-8SVX - prefixe : 8svx (compatible ffmpeg, fichier pcm_s8_planar)
  • MaxTrax - prefixe : mxtx

Références

emulation/vgm/lecteurs/uade.txt · Dernière modification : 2022/12/22 19:47 de jocker