Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 816 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 816 Bytes

Game Maker 8.2 Audio

Part of the standard Game Maker 8.2 distribution.

This extension package provides a custom C++ Audio Engine wrapping cute_sound. The extension does not override the builtin audio engine - functions start with audio_.

Dependencies:

  • Game Maker 8.2 Core - used for persistent updater object
  • Game Maker 8.2 Network - used for loading sounds from memory and from WASD packs

cute_sound is copyright (c) 2023 Randy Gaul, part of Cute Framework.

Contains contributions by renex - mainly 8-bit pcm support and loop points.

More detailed usage information is included in the GM 8.2 Johnny manual.