| 84 | void scale(float scale); |
| 85 | |
| 86 | void reset() { m_isFirstTime = true; } // for de-zippering |
| 87 | |
| 88 | // Assuming sourceBus has the same topology, copies sample data from each channel of sourceBus to our corresponding channel. |
| 89 | void copyFrom(const AudioBus & sourceBus, ChannelInterpretation = ChannelInterpretation::Speakers); |
no outgoing calls
no test coverage detected