Tramway SDK
|
#include <audio/audio.h>
#include <audio/sound.h>
#include <framework/system.h>
#include <framework/logging.h>
#include <components/audio.h>
#include <unordered_map>
#include <audio/api.h>
Namespaces | |
namespace | tram |
namespace | tram::Audio |
Functions | |
void | tram::Audio::Init () |
Starts the Audio system. More... | |
void | tram::Audio::Update () |
Updates the Audio system. More... | |
void | tram::Audio::Uninit () |
void | tram::Audio::SetVolume (float value) |
float | tram::Audio::GetVolume () |
void | tram::Audio::SetListenerPosition (vec3 position) |
See Audio::API::SetListenerPosition(). More... | |
void | tram::Audio::SetListenerOrientation (quat orientation) |
See Audio::API::SetListenerOrientation(). More... | |