Loading...
Searching...
No Matches
SoundStream.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
244 void initialize(unsigned int channelCount, unsigned int sampleRate, const std::vector<SoundChannel>& channelMap);
286 virtual std::optional<std::uint64_t> onLoop();
std::function< void(const float *inputFrames, unsigned int &inputFrameCount, float *outputFrames, unsigned int &outputFrameCount, unsigned int frameChannelCount)> EffectProcessor
Callable that is provided with sound data for processing.
Definition SoundSource.hpp:154
SoundChannel
Types of sound channels that can be read/written from sound buffers/files.
Definition SoundChannel.hpp:42
Definition AudioResource.hpp:36
Structure defining a chunk of audio data to stream.
Definition SoundStream.hpp:59