C# Class NVorbis.Mdct

Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Méthodes publiques

Méthode Description
Reverse ( float samples, int sampleCount ) : void

Private Methods

Méthode Description
CalcReverse ( float buffer ) : void
GetSetup ( int n ) : Mdct
Mdct ( int n ) : System
iter_54 ( float e, int z ) : void
step3_inner_r_loop ( int lim, float e, int d0, int k_off, int k1 ) : void
step3_inner_s_loop ( int n, float e, int i_off, int k_off, int a, int a_off, int k0 ) : void
step3_inner_s_loop_ld654 ( int n, float e, int i_off, int base_n ) : void
step3_iter0_loop ( int n, float e, int i_off, int k_off ) : void

Method Details

Reverse() public static méthode

public static Reverse ( float samples, int sampleCount ) : void
samples float
sampleCount int
Résultat void