An extension for Game Maker Studio 2 that allows Game Maker applications to utilize FAudio.
 
 
 
 
 
 
Go to file
cosmonaut fcda55a06e game maker template project 2021-10-28 17:26:01 -07:00
gamemaker game maker template project 2021-10-28 17:26:01 -07:00
lib playing sound effects 2021-10-22 19:34:16 -07:00
src change static sound API 2021-10-28 17:25:41 -07:00
visualc ms clang is completely broken in release mode lmao 2021-10-27 22:15:19 -07:00
.gitignore sketching out initial implementation 2021-10-21 17:09:24 -07:00
.gitmodules playing sound effects 2021-10-22 19:34:16 -07:00
LICENSE initial commit 2021-10-21 12:30:23 -07:00
README.md update with supported platforms 2021-10-28 00:38:42 -07:00

README.md

FAudioGMS

FAudioGMS is an extension for Game Maker Studio 2 that allows Game Maker applications to utilize FAudio.

When using Game Maker, you might have asked yourself questions like "Why does this game engine that I paid hundreds of dollars to use have a completely broken audio engine? Why does it do broken format conversions every single time I run my game?" Well, that's a great question that I can't answer, but until YoYo Games gets their shit together I have provided this tool so that you can have a functioning audio system in your game. It can even do fancy things that GM can't normally do, like effects chains for things like reverb. Fun!

FAudioGMS expects static audio in WAV format, and streaming audio in OGG format. This saves you the pain of having the audio convert every time you build your project. It also means that you don't have a million audio files littering your top level build folder. Thanks YoYo Games!

FAudioGMS can leak memory if used improperly, so keep track of your sound instances and use the one-off static play feature for sounds that don't need to change over time.

As a final addendum, if the YoYo Games circus needs a new clown for tasks like fixing the audio engine that's been mostly broken for a decade, I am a highly skilled programmer and I work for competitive rates. You know where to find me.

Platforms

Tested

  • Windows

Theoretical

  • OSX
  • Linux
  • Nintendo Switch
  • iOS

Dependencies

FAudioGMS depends on FAudio (obviously) and SDL2. We avoid directly depending on the C runtime.

License

This library is licensed under the zlib license. See LICENSE file for details.