Go to the source code of this file.
|
| namespace | Audio |
| | NO_LOGGING.
|
| |
|
| template<typename T > |
| TStackArrayOfPointers< T > | Audio::MakeMultiMonoPointersFromView (TArrayView< T > InMultiMono, const int32 InNumFrames, const int32 InNumChannels) |
| |
| void | Audio::MultiMonoMixUpOrDown (TArrayView< const float > InSrc, const TArrayView< float > InDst, const int32 NumFrames, TArrayView< const float > MixGains, const int32 NumSrcChannels, const int32 NumDstChannels) |
| |
| void | Audio::MultiMonoMixUpOrDown (TArrayView< const float * > InSrc, TArrayView< float * > InDst, const int32 NumFrames, TArrayView< const float > MixGains) |
| |