|
Tramway SDK v0.1.1
|
Main interface for the Audio system. More...
Go to the source code of this file.
Classes | |
| struct | tram::Audio::audiosource_t |
| Audio source handle. More... | |
| struct | tram::Audio::audiobuffer_t |
| Audio buffer handle. More... | |
Namespaces | |
| namespace | tram |
| Serialization, i.e. | |
| namespace | tram::Audio |
| System for doing audio related stuff. | |
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 interface for the Audio system.