Switchboard SDK
|
Analyzes the audio and returns whether it was clipping in the last buffer. Accepts mono buffers. More...
#include <ClippingDetectorNode.hpp>
Public Member Functions | |
ClippingDetectorNode () | |
Creates a ClippingDetectorNode instance. | |
const ClippingType | getClipping () const |
Returns the clipping type in the last buffer. | |
bool | setBusFormat (AudioBusFormat &busFormat) override |
bool | consume (AudioBus &bus) override |
Analyzes the audio and returns whether it was clipping in the last buffer. Accepts mono buffers.
const ClippingType switchboard::ClippingDetectorNode::getClipping | ( | ) | const |
Returns the clipping type in the last buffer.