#include "Memory.h"#include <cstdlib>Namespaces | |
| namespace | ark |
Classes | |
| class | ark::SoundChunk |
Defines | |
| #define | ARK_MAX_CHANNELS 2 |
Typedefs | |
| typedef float | ark::Sample |
Functions | |
| Sample * | ark::Interleave (SoundChunk const &chunk, Allocator &alloc=SystemAllocator::global()) |
| SoundChunk | ark::Deinterleave (Sample const *data, const unsigned channels, const unsigned frames, Allocator &alloc=SystemAllocator::global()) |
|
|
|
1.4.4