|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::Oversampling< T, MaxChannels >, including all inherited members.
| downsample(AudioBufferView< T > output) noexcept | dspark::Oversampling< T, MaxChannels > | inline |
| getFactor() const noexcept | dspark::Oversampling< T, MaxChannels > | inline |
| getLatency() const noexcept | dspark::Oversampling< T, MaxChannels > | inline |
| getQuality() const noexcept | dspark::Oversampling< T, MaxChannels > | inline |
| Oversampling(int factor=2, Quality quality=Quality::High) | dspark::Oversampling< T, MaxChannels > | inlineexplicit |
| prepare(const AudioSpec &spec) | dspark::Oversampling< T, MaxChannels > | inline |
| Quality enum name | dspark::Oversampling< T, MaxChannels > | |
| reset() noexcept | dspark::Oversampling< T, MaxChannels > | inline |
| upsample(AudioBufferView< const T > input) noexcept | dspark::Oversampling< T, MaxChannels > | inline |