Audacity 3.2.0
|
#include "WideSampleSource.h"
#include "AudioGraphBuffers.h"
#include "WideSampleSequence.h"
#include <cassert>
Go to the source code of this file.
Macros | |
#define | stackAllocate(T, count) static_cast<T*>(alloca(count * sizeof(T))) |
#define stackAllocate | ( | T, | |
count | |||
) | static_cast<T*>(alloca(count * sizeof(T))) |
Definition at line 50 of file WideSampleSource.cpp.