StephaneLenclud@273: using System;
StephaneLenclud@273: using System.Collections.Generic;
StephaneLenclud@273: using CSCore.DSP;
StephaneLenclud@273:
StephaneLenclud@273: namespace Visualization
StephaneLenclud@273: {
StephaneLenclud@273: ///
StephaneLenclud@273: /// BasicSpectrumProvider
StephaneLenclud@273: ///
StephaneLenclud@273: public class BasicSpectrumProvider : FftProvider, ISpectrumProvider
StephaneLenclud@273: {
StephaneLenclud@273: private readonly int _sampleRate;
StephaneLenclud@273: private readonly List