C# Class NVorbis.Mdct

Mostrar archivo Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
Reverse ( float samples, int sampleCount ) : void

Private Methods

Method 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 method

public static Reverse ( float samples, int sampleCount ) : void
samples float
sampleCount int
return void