Arduino Audio Tools: Introducing Pipelines
Currently it is already possible in the Arduino AudioTools Library to define some processing chains: Audio Objects are connected to other objects e.g. by adding the dependent object as parameter in the constructor. Since the very beginning of the library, I planned to have some Pipeline class that would help Read more…