PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "config_audio.h"
#include "config_fmodAudio.h"
#include "dcast.h"
#include "config_putil.h"
#include "fmodAudioManager.h"
#include "fmodAudioSound.h"
#include "filename.h"
#include "virtualFileSystem.h"
#include "reMutexHolder.h"
#include <fmod.hpp>
#include <fmod_errors.h>
Go to the source code of this file.
Macros | |
#define | USER_DSP_MAGIC ((void*)0x7012AB35) |
Functions | |
AudioManager * | Create_FmodAudioManager () |
Factory Function. More... | |
void | fmod_audio_errcheck (const char *context, FMOD_RESULT result) |
PT (AudioSound) FmodAudioManager | |
This is what creates a sound instance. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file fmodAudioManager.cxx.
AudioManager* Create_FmodAudioManager | ( | ) |
Factory Function.
Definition at line 61 of file fmodAudioManager.cxx.
Referenced by get_audio_manager_func_fmod_audio(), and init_libFmodAudio().
PT | ( | AudioSound | ) |
This is what creates a sound instance.
Definition at line 411 of file fmodAudioManager.cxx.