Namespaces | |
| namespace | FQLab |
Functions | |
| record | FQLab.AudioFrame (float[] Samples, AudioFormat Format) |
| Couples together crucial audio stream metadata with float samples. | |
| record | FQLab.FreqViewData (Complex[] FreqBins, AudioFormat AudioFormat, int FftSize) |
| Holds results of FFT. Data about current frequency distribution of the audio stream. | |
| record | FQLab.AudioEngineFactoryResult (AudioEngine AudioEngine, FreqSpectrumView? View=null) |
| Response of the engine factory. Used to return a tailored audio engine as well as an optional graph view. | |