fmod-audio-sys 0.1.3

ffi bindings to FMOD and FMOD Studio
Documentation
// Copyright (c) 2024 Melody Madeline Lyons
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

// Core
#include <fmod.h>
#include <fmod_common.h>
#include <fmod_errors.h>

#include <fmod_codec.h>

#include <fmod_dsp.h>
#include <fmod_dsp_effects.h>

#include <fmod_output.h>

#include "channel_control.h"

// Studio
#ifdef FMOD_STUDIO_ENABLED
#include <fmod_studio.h>
#include <fmod_studio_common.h>
#endif