Registry / other / libxmp-lite

libxmp-lite

JSON →
library4.4.1vcpkgunverified

Lightweight version of libxmp that supports MOD, S3M, XM and IT modules.

vcpkg install libxmp-lite
INSTALL
IMPORT
SIG · LIBXMP-LITE
L
libxmp-lite
othercppv4.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xmp.h
#include <xmp.h>

Load and play a module file using libxmp-lite

#include <xmp.h> #include <stdio.h> int main() { xmp_context ctx = xmp_create_context(); if (xmp_load_module(ctx, "example.mod") == 0) { xmp_start_player(ctx, 44100, 0); printf("Playing module...\n"); xmp_end_player(ctx); } xmp_release_module(ctx); xmp_free_context(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libxmp-lite — pip install libxmp-lite · libregistry