StephaneLenclud@273: namespace Visualization StephaneLenclud@273: { StephaneLenclud@273: public interface ISpectrumProvider StephaneLenclud@273: { StephaneLenclud@273: bool GetFftData(float[] fftBuffer, object context); StephaneLenclud@273: int GetFftBandIndex(float frequency); StephaneLenclud@273: } StephaneLenclud@273: }