o
odinpkg.dev
packages / binding / odin-steam-audio

odin-steam-audio

140ca06binding

Odin bindings for Valve's Steam Audio.

No license · updated 2 months ago

Odin-Steam-Audio

Odin Bindings for Valve's Steam Audio library.

Generated using odin-c-bindgen

Requirements

Bindgen

  1. Download and unzip Steam Audio C API(see above)
  2. Open a terminal in the repository root
  3. On Windows run: ./generate_bindings.bat
  4. Verify library Version in phonon_version.odin

Note

Since bindgen injects the imports in every file - including the phonon_version.odin file - which would result in errors when compiling with -strict-style (unused imports in that file) we are manually authoring the version number constants for now.