|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::StereoWidth< T >, including all inherited members.
| getState() const | dspark::StereoWidth< T > | inline |
| getWidth() const noexcept | dspark::StereoWidth< T > | inline |
| prepare(double sampleRate) noexcept | dspark::StereoWidth< T > | inline |
| prepare(const AudioSpec &spec) noexcept | dspark::StereoWidth< T > | inline |
| process(T *left, T *right, int numSamples) noexcept | dspark::StereoWidth< T > | inline |
| processBlock(AudioBufferView< T > buffer) noexcept | dspark::StereoWidth< T > | inline |
| reset() noexcept | dspark::StereoWidth< T > | inline |
| setBassMono(bool enabled, double cutoffHz=100.0) noexcept | dspark::StereoWidth< T > | inline |
| setState(const uint8_t *data, size_t size) | dspark::StereoWidth< T > | inline |
| setWidth(T width) noexcept | dspark::StereoWidth< T > | inline |
| StereoWidth()=default | dspark::StereoWidth< T > | |
| updateBassMonoCoeff(double cutoff) noexcept | dspark::StereoWidth< T > | inlineprotected |
| ~StereoWidth()=default | dspark::StereoWidth< T > |