SAF
Loading...
Searching...
No Matches
matrixconv_internal.h File Reference

A standard matrix convolver. More...

#include "matrixconv.h"
#include "saf.h"
#include "saf_externals.h"

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.
 

Detailed Description

A standard matrix convolver.

Author
Leo McCormack
Date
30.09.2019
License
ISC

Definition in file matrixconv_internal.h.

Macro Definition Documentation

◆ MAX_FRAME_SIZE

#define MAX_FRAME_SIZE   ( 8192 )

Maximum framesize, in time-domain samples.

Definition at line 41 of file matrixconv_internal.h.

◆ MAX_NUM_CHANNELS_FOR_WAV

#define MAX_NUM_CHANNELS_FOR_WAV   ( 1024 )

Minimum number of channels supported by WAV files.

Definition at line 42 of file matrixconv_internal.h.

◆ MIN_FRAME_SIZE

#define MIN_FRAME_SIZE   ( 512 )

Minimum framesize, in time-domain samples.

Definition at line 40 of file matrixconv_internal.h.