DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::AudioBufferView< T, MaxViewChannels > Member List

This is the complete list of members for dspark::AudioBufferView< T, MaxViewChannels >, including all inherited members.

addFrom(const AudioBufferView< U, M > &src, T gain=T(1)) const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
applyGain(T gain) const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
AudioBufferView() noexcept=defaultdspark::AudioBufferView< T, MaxViewChannels >
AudioBufferView(U *const *channelPtrs, int numChannels, int numSamples) noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
AudioBufferView(const AudioBufferView< U, MaxViewChannels > &other) noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
clear() const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
copyFrom(const AudioBufferView< U, M > &src) const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
getChannel(int ch) const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
getNumChannels() const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
getNumSamples() const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
getPeakLevel() const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline
getSubView(int startSample, int length) const noexceptdspark::AudioBufferView< T, MaxViewChannels >inline