Пример #1
0
 public RESULT getSpectrum(float[] spectrumarray, int numvalues, int channeloffset, DSP_FFT_WINDOW windowtype)
 {
     return(Channel.FMOD_Channel_GetSpectrum(channelraw, spectrumarray, numvalues, channeloffset, windowtype));
 }