/Csharp-Data-Visualization

c# naudio realtime spectrograph

Primary LanguageC#MIT LicenseMIT

Realtime Spectrograph

Listens to your default recording device (microphone or StereoMix) and creates a 2d time vs. frequency plot where pixel values are relative to frequency power (in a linear or log scale). This example is not optimized for speed, but it is optimized for simplicity and should be very easy to learn from.

  • This project forked from repository consisting group of project. All others project from source repository removed.

  • Reworked parth of code, that sets palette of spectrogram.

  • Changed UI.

  • Based on this project

  • This examples uses naudio library to access the sound card