Loading...
Searching...
No Matches
SoundBufferRecorder.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.
Specialized SoundRecorder which stores the captured audio data into a sound buffer.
Definition SoundBufferRecorder.hpp:45
const SoundBuffer & getBuffer() const
Get the sound buffer containing the captured audio data.
virtual bool onProcessSamples(const Int16 *samples, std::size_t sampleCount)
Process a new chunk of recorded samples.
Definition AlResource.hpp:35