Engine::Audio::AudioManager
Module: An example game engine / Audio buffers and devices
An audio manager that accepts multiple Audio::AudioBuffer instances. More…
#include <AudioManager.hpp>
Public Functions
Name | |
---|---|
AudioManager(int numOfChannels =128) | |
~AudioManager() | |
void | enque(const AudioBuffer & buffer) |
Detailed Description
class Engine::Audio::AudioManager;
An audio manager that accepts multiple Audio::AudioBuffer instances.
See: Audio::AudioBuffer
Lorem Ipsum Donor. Some Random link with bold and italics And the following is a typewritter
font. And here is some list items:
- First item
- Second item
- Third item with bold text
Followed by some more text and another list:
- First item
- Second item
Public Functions Documentation
function AudioManager
AudioManager(
int numOfChannels =128
)
function ~AudioManager
~AudioManager()
function enque
void enque(
const AudioBuffer & buffer
)
Updated on 2022-10-19 at 22:22:03 +0000