fmodex/fmod/lib/neural_thx/SineWin_512.c

5 lines
89 B
C
Executable file

#include "Neural_THX_Encoders.h"
float * GetSineWindow(){
return (float*)SineWindow;
}