Switchboard SDK
Loading...
Searching...
No Matches
switchboard::Invert Class Reference

Inverts the incoming signal. More...

#include <Invert.hpp>

Public Member Functions

 Invert ()
 Invert constructor.
 
void process (float *buffer, const uint numberOfFrames) const
 Inverts the given audio buffer.
 
void process (AudioBuffer< float > &audioBuffer) const
 Inverts the given audio buffer.
 

Detailed Description

Inverts the incoming signal.

Invert class

Member Function Documentation

◆ process() [1/2]

void switchboard::Invert::process ( AudioBuffer< float > & audioBuffer) const

Inverts the given audio buffer.

Parameters
audioBufferThe audio buffer.

◆ process() [2/2]

void switchboard::Invert::process ( float * buffer,
const uint numberOfFrames ) const

Inverts the given audio buffer.

Parameters
bufferThe audio buffer.
numberOfFramesThe number of frames in the audio buffer.