|
arduino-audio-tools
|
#include "AudioTools/CoreAudio/AudioEffects/AudioEffect.h"#include "AudioTools/CoreAudio/AudioStreams.h"#include "AudioToolsConfig.h"#include "freertos/FreeRTOS.h"#include "StkAll.h"Go to the source code of this file.
Classes | |
| class | STKChorus |
| Chorus Effect. More... | |
| class | STKChowningReverb |
| John Chowning's reverberator class. More... | |
| class | STKEcho |
| Echo Effect. More... | |
| class | STKEffect |
| Use any effect from the STK framework: e.g. Chorus, Echo, FreeVerb, JCRev, PitShift... https://github.com/pschatzmann/Arduino-STK. More... | |
| class | STKFreeVerb |
| Jezar at Dreampoint's FreeVerb, implemented in STK. More... | |
| class | STKGenerator< StkCls, T > |
| The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language. You need to install https://github.com/pschatzmann/Arduino-STK. More... | |
| class | STKInstrument< StkCls, T > |
| STK Stream for Instrument. More... | |
| class | STKLentPitShift |
| Pitch shifter effect class based on the Lent algorithm. More... | |
| class | STKNReverb |
| CCRMA's NRev reverberator class. More... | |
| class | STKPerryReverb |
| Perry's simple reverberator class. More... | |
| class | STKPitShift |
| Simple Pitch shifter effect class: This class implements a simple pitch shifter using a delay line. More... | |
| class | STKStream< StkCls > |
| STK Stream for Instrument or Voicer. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |