Module player plugin for Audacious using libxmp
Added by Michael Schwendt almost 11 years ago
Since the Extended Module Player has been split into a command-line front-end and a library ( https://github.com/cmatsuoka/libxmp ), the Audacious input plugin for libxmp has also been split off: https://github.com/cmatsuoka/xmp-plugin-audacious
There's a minor issue with it, as I have discovered today. Initially, the track duration is displayed when loading a file. At start of playback, the duration disappears. Likely related to the FIELD_LENGTH tuple being set to a wrong value somewhere.
Replies (1)
RE: Module player plugin for Audacious using libxmp - Added by Michael Schwendt almost 10 years ago
I've ported the plugin to Audacious 3.6-alpha1 API:
https://github.com/mschwendt/xmp-plugin-audacious/blob/master/src/audxmp.cpp
Only thing that currently doesn't work is 8-bit playback. Reason not known yet.