Audio Processing Framework (APF) version 0.5.0
apf Directory Reference

Files

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