Skip to content

MobRulesGames/fmod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bindings for FMOD version 4.40.04

These bindings are very incomplete, there is only enough right now for the most basic sound playing requirements.

Thread Safety: Fmod functions must be called from the same thread, so this library does lock an os thread and runs all fmod functions on that thread. This means that you can freely call any fmod function from any go-routine or thread safely.

Releases

No releases published

Packages

No packages published

Languages

  • C 73.6%
  • Go 26.4%