csvorbis.Drft.fdrffti C# (CSharp) Method

fdrffti() static private method

static private fdrffti ( int n, float wsave, int ifac ) : void
n int
wsave float
ifac int
return void
        static void fdrffti(int n, float[] wsave, int[] ifac)
        {
            if(n == 1) return;
            drfti1(n, wsave, n, ifac);
        }