#include <frame.hh>
Public Methods | |
AudioBuffer () | |
trivial constructor | |
virtual | ~AudioBuffer () |
trivial destructor | |
Buffer ** | getChannels () |
direct access | |
Static Public Attributes | |
const uint | MAX_CHANNELS = 10 |
maximum number of seperate channels | |
const uint | MAX_SAMPLES = 3000 |
FIXME, this is ugly, how can I get this not hardcoded? |