Modules/arkos/akm player

From MSX Game Library

Revision as of 14:49, 15 January 2024 by Aoineko (talk | contribs) (Created page with "{{MODULE |name=arkos/akm_player |category=AudioFormat |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_arkos.png |dependency1= |dependency2= |depen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules

arkos/akm_player

Code: arkos/akm_player.h

Category: AudioFormat

Dependencies: None

Samples:

The arkos/akm_player module lets you play music and sound effects in Arkos Tracker II's Minimalist player (AKM) format.

Usage

To use this module, include "arkos/akm_player.h" in your source code, and add "arkos/akm_player" to the modules list (LibModules) in your project's configuration file (project_config.js).


Samples

See module use cases in the sample programs:

Settings


Dependencies

Dependency on other modules: None

Documentation