| SAF
    | 
A standard matrix convolver. More...
Go to the source code of this file.
| Data Structures | |
| struct | matrixconv_data | 
| Main structure for matrixconv.  More... | |
| Macros | |
| #define | MIN_FRAME_SIZE ( 512 ) | 
| Minimum framesize, in time-domain samples. | |
| #define | MAX_FRAME_SIZE ( 8192 ) | 
| Maximum framesize, in time-domain samples. | |
| #define | MAX_NUM_CHANNELS_FOR_WAV ( 1024 ) | 
| Minimum number of channels supported by WAV files. | |
| #define MAX_FRAME_SIZE ( 8192 ) | 
Maximum framesize, in time-domain samples.
Definition at line 41 of file matrixconv_internal.h.
| #define MAX_NUM_CHANNELS_FOR_WAV ( 1024 ) | 
Minimum number of channels supported by WAV files.
Definition at line 42 of file matrixconv_internal.h.
| #define MIN_FRAME_SIZE ( 512 ) | 
Minimum framesize, in time-domain samples.
Definition at line 40 of file matrixconv_internal.h.