SAF
Loading...
Searching...
No Matches
afSTFTlib_internal_data Struct Reference

Main data structure for afSTFTlib. More...

#include <afSTFT_internal.h>

Data Fields

int inChannels
 
int outChannels
 
int hopSize
 
int hLen
 
int LDmode
 
int hopIndexIn
 
int hopIndexOut
 
int totalHops
 
float * protoFilter
 
float * protoFilterI
 
float ** inBuffer
 
float * fftProcessFrameTD
 
float ** outBuffer
 
void * hSafFFT
 
float_complex * fftProcessFrameFD
 
float * tempHopBuffer
 
void * h_afHybrid
 
int hybridMode
 

Detailed Description

Main data structure for afSTFTlib.

Definition at line 94 of file afSTFT_internal.h.

Field Documentation

◆ fftProcessFrameFD

float_complex* afSTFTlib_internal_data::fftProcessFrameFD

Definition at line 110 of file afSTFT_internal.h.

◆ fftProcessFrameTD

float* afSTFTlib_internal_data::fftProcessFrameTD

Definition at line 106 of file afSTFT_internal.h.

◆ h_afHybrid

void* afSTFTlib_internal_data::h_afHybrid

Definition at line 118 of file afSTFT_internal.h.

◆ hLen

int afSTFTlib_internal_data::hLen

Definition at line 98 of file afSTFT_internal.h.

◆ hopIndexIn

int afSTFTlib_internal_data::hopIndexIn

Definition at line 100 of file afSTFT_internal.h.

◆ hopIndexOut

int afSTFTlib_internal_data::hopIndexOut

Definition at line 101 of file afSTFT_internal.h.

◆ hopSize

int afSTFTlib_internal_data::hopSize

Definition at line 97 of file afSTFT_internal.h.

◆ hSafFFT

void* afSTFTlib_internal_data::hSafFFT

Definition at line 109 of file afSTFT_internal.h.

◆ hybridMode

int afSTFTlib_internal_data::hybridMode

Definition at line 119 of file afSTFT_internal.h.

◆ inBuffer

float** afSTFTlib_internal_data::inBuffer

Definition at line 105 of file afSTFT_internal.h.

◆ inChannels

int afSTFTlib_internal_data::inChannels

Definition at line 95 of file afSTFT_internal.h.

◆ LDmode

int afSTFTlib_internal_data::LDmode

Definition at line 99 of file afSTFT_internal.h.

◆ outBuffer

float** afSTFTlib_internal_data::outBuffer

Definition at line 107 of file afSTFT_internal.h.

◆ outChannels

int afSTFTlib_internal_data::outChannels

Definition at line 96 of file afSTFT_internal.h.

◆ protoFilter

float* afSTFTlib_internal_data::protoFilter

Definition at line 103 of file afSTFT_internal.h.

◆ protoFilterI

float* afSTFTlib_internal_data::protoFilterI

Definition at line 104 of file afSTFT_internal.h.

◆ tempHopBuffer

float* afSTFTlib_internal_data::tempHopBuffer

Definition at line 111 of file afSTFT_internal.h.

◆ totalHops

int afSTFTlib_internal_data::totalHops

Definition at line 102 of file afSTFT_internal.h.


The documentation for this struct was generated from the following file: