addSample(const uint_fast32_t destChannel, const uint_fast32_t destSample, const ElementType valueToAdd) | ame::AudioBlockView< ElementType, Extent > | inline |
applyGain(const float gain) | ame::AudioBlockView< ElementType, Extent > | inline |
AudioBlockView(std::span< ElementType, Extent > view, const uint_fast32_t numChannels) noexcept | ame::AudioBlockView< ElementType, Extent > | inline |
clear() | ame::AudioBlockView< ElementType, Extent > | inline |
getNumChannels() const noexcept | ame::AudioBlockView< ElementType, Extent > | inline |
getNumSamplesPerChannel() const noexcept | ame::AudioBlockView< ElementType, Extent > | inline |
getPeak(const uint_fast32_t channel) const | ame::AudioBlockView< ElementType, Extent > | inline |
getRMSLevel(const uint_fast32_t channel) const | ame::AudioBlockView< ElementType, Extent > | inline |
setSample(const uint_fast32_t destChannel, const uint_fast32_t destSample, const ElementType newValue) | ame::AudioBlockView< ElementType, Extent > | inline |
subView(uint_fast32_t offset, uint_fast32_t size) | ame::AudioBlockView< ElementType, Extent > | inline |
view (defined in ame::AudioBlockView< ElementType, Extent >) | ame::AudioBlockView< ElementType, Extent > | |
~AudioBlockView()=default (defined in ame::AudioBlockView< ElementType, Extent >) | ame::AudioBlockView< ElementType, Extent > | |