|
CPP-TOOLBOX
|
This is the complete list of members for SoundSystem, including all inherited members.
| create_sound_source(const std::string &source_name) | SoundSystem | |
| load_sound_into_system_for_playback(const std::string &sound_name, const char *filename) | SoundSystem | |
| logger | SoundSystem | |
| play_all_sounds() | SoundSystem | |
| play_sound(const std::string &source_name, const std::string &sound_name) | SoundSystem | |
| queue_looping_sound(SoundType type, glm::vec3 position) | SoundSystem | |
| queue_sound(SoundType type, glm::vec3 position=glm::vec3(0)) | SoundSystem | |
| set_listener_orientation(const glm::vec3 &forward, const glm::vec3 &up) | SoundSystem | |
| set_listener_position(float x, float y, float z) | SoundSystem | |
| set_source_gain_by_name(const std::string &source_name, float gain) | SoundSystem | |
| set_source_looping_by_name(const std::string &source_name, bool looping) | SoundSystem | |
| SoundSystem(int num_sources=100, const std::unordered_map< SoundType, std::string > &sound_type_to_file={}) | SoundSystem | |
| stop_looping_sound(const unsigned int &source_id) | SoundSystem | |
| ~SoundSystem() | SoundSystem |