|
Audio Processing Framework (APF) version 0.5.0
|
| ▼ apf | |
| biquad.h | Second order recursive filter and more |
| blockdelayline.h | Block-based delay line |
| combine_channels.h | Combine channels, interpolate, crossfade |
| commandqueue.h | Command queue |
| container.h | Some containers |
| convolver.h | Convolution engine |
| denormalprevention.h | Different methods to prevent denormal numbers |
| fftwtools.h | Some tools for the use with the FFTW library |
| iterator.h | Several more or less useful iterators and some macros |
| jack_policy.h | JACK policy for MimoProcessor's interface_policy |
| jackclient.h | JACK client (C++ wrapper for JACK) |
| lockfreefifo.h | Lock-free first-in-first-out queue |
| math.h | Mathematical constants and helper functions |
| mextools.h | Some tools for working with the MEX API for Matlab/Octave |
| mimoprocessor.h | Multi-threaded MIMO (multiple input, multiple output) processor |
| mimoprocessor_file_io.h | Helper function for multichannel soundfile reading/writing |
| misc.h | Miscellaneous helper classes |
| parameter_map.h | A "dictionary" for parameters |
| pointer_policy.h | C policy (= pointer based) for MimoProcessor's audio_interface |
| portaudio_policy.h | PortAudio policy for MimoProcessor's interface_policy |
| rtlist.h | A (under certain circumstances) realtime-safe list |
| shareddata.h | Shared data |
| sndfiletools.h | Some tools for the use with libsndfile |
| stopwatch.h | A simple stopwatch |
| stringtools.h | Helper functions for string conversion |
| threadtools.h | Utility classes for the use with std::thread |
| ▼ doc | |
| documentation.cpp | Some Doxygen documentation |
| mimoprocessor.cpp | Some documentation about apf::MimoProcessor |