![]() |
Audacity 3.2.0
|
#include "MixerSource.h"#include "AudioGraphBuffers.h"#include "Envelope.h"#include "Resample.h"#include "WideSampleSequence.h"#include "float_cast.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{MixerSource.cpp} |
Macros | |
| #define | stackAllocate(T, count) static_cast<T*>(alloca(count * sizeof(T))) |
Functions | |
| template<typename T , typename F > | |
| std::vector< T > | anonymous_namespace{MixerSource.cpp}::initVector (size_t dim1, const F &f) |
| template<typename T > | |
| std::vector< std::vector< T > > | anonymous_namespace{MixerSource.cpp}::initVector (size_t dim1, size_t dim2) |
| double | anonymous_namespace{MixerSource.cpp}::ComputeWarpFactor (const Envelope &env, double t0, double t1) |
| Compute the integral warp factor between two non-warped time points. More... | |
| #define stackAllocate | ( | T, | |
| count | |||
| ) | static_cast<T*>(alloca(count * sizeof(T))) |
Definition at line 329 of file MixerSource.cpp.