Modules/ayfx/ayfx player
From MSX Game Library
< Modules
ayfx/ayfx_player
The ayfx/ayfx_player module lets you play sound effect in ayFX format.
note:
- You can use ayFX editor to create single sound effect data, or banks containing several sound effects.
- ayFX replayer can be used in combination with pt3/pt3_player module.
Usage
To use this module, include "ayfx/ayfx_player.h" in your source code, and add "ayfx/ayfx_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
Library configuration (msxgl_config.h):
// ayFX options // - AYFX_BUFFER_DEFAULT .......... Use PSG module PSG register buffer // - AYFX_BUFFER_PT3 .............. Use PT3 module PSG register buffer #define AYFX_BUFFER AYFX_BUFFER_PT3
Dependencies
Dependency on other modules: None
Documentation