|
HART
0.2.0
High level Audio Regression and Testing
|
#include <hart_audio_buffer.hpp>
Static Public Member Functions | |
| static AudioBuffer | emptyLike (const AudioBuffer &other) |
Definition at line 11 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 14 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 23 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 32 of file hart_audio_buffer.hpp.
|
default |
|
inline |
Definition at line 43 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 59 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 75 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 80 of file hart_audio_buffer.hpp.
|
inlinestatic |
Definition at line 85 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 90 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 91 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 93 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 98 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 103 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 126 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 138 of file hart_audio_buffer.hpp.
|
inline |
Definition at line 156 of file hart_audio_buffer.hpp.
|
inline |
Copies audio from another buffer.
| destChannel | Channel within this buffer to copy the frames to |
| destStartFrame | Start frame within this buffer's channel |
| source | Source buffer to read from |
| sourceChannel | Channel within the source buffer to read from |
| sourceStartFrame | Offset within the source buffer's channel to start reading frames from |
| numFrames | Number of frames to copy |
Definition at line 186 of file hart_audio_buffer.hpp.
|
inline |
Clears the entire buffer.
Sets all frames in all channels to zeros
Definition at line 203 of file hart_audio_buffer.hpp.
|
inline |
Clears a specific section of a given channel.
Overwrites a selected section of the channel with zeros
| channel | Cnannel in which to clear a frame range |
| startFrame | Start of the frame range to clear (inclusive) |
| numFrames | Amount of frames to clear |
Definition at line 213 of file hart_audio_buffer.hpp.