|
Tramway SDK v0.1.1
|
Main Audio system interface implementation. More...
#include <audio/audio.h>#include <audio/sound.h>#include <framework/system.h>#include <framework/logging.h>#include <framework/settings.h>#include <components/audio.h>#include <unordered_map>#include <audio/api.h>Namespaces | |
| namespace | tram::Audio |
| System for doing audio related stuff. | |
| namespace | tram |
| Serialization, i.e. | |
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... | |
Main Audio system interface implementation.