Difference between revisions of "Modules/arkos/akg player"
From MSX Game Library
< Modules
(Created page with "{{MODULE |name=arkos/akg_player |category=AudioFormat |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_arkos.png |dependency1= |dependency2= |depen...") |
|||
Line 1: | Line 1: | ||
{{MODULE | {{MODULE | ||
|name=arkos/akg_player | |name=arkos/akg_player | ||
− | |category= | + | |category=Audio |
|image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_arkos.png | |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_arkos.png | ||
|dependency1= | |dependency1= |
Latest revision as of 23:09, 15 January 2024
arkos/akg_player
The arkos/akg_player module lets you play music and sound effects in Arkos Tracker II's Generic player (AKG) format.
Usage
To use this module, include "arkos/akg_player.h" in your source code, and add "arkos/akg_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