Difference between revisions of "Modules/ayfx/ayfx player"

From MSX Game Library

< Modules

(Created page with "{{MODULE |name=ayfx/ayfx_player |category=AudioFormat |image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_ayfx.jpg |dependency1= |dependency2= |depend...")
 
 
Line 1: Line 1:
 
{{MODULE
 
{{MODULE
 
|name=ayfx/ayfx_player
 
|name=ayfx/ayfx_player
|category=AudioFormat
+
|category=Audio
 
|image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_ayfx.jpg
 
|image=raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/sample_ayfx.jpg
 
|dependency1=
 
|dependency1=

Latest revision as of 23:09, 15 January 2024

ayfx/ayfx_player

Code: ayfx/ayfx_player.h

Category: Audio

Dependencies: None

Samples:

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


Dependencies

Dependency on other modules: None

Documentation