SoundCatcher

This project demonstrates an implementation of the waterfall spectrogram and use of statistical data to trigger events in near real-time. This code is an elaboration of my previous submission (SoundVi
Download

SoundCatcher Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Jeff Morton
  • Publisher web site:
  • http://www.codeproject.com/KB/audio-video/SoundCatcher.aspx
  • File Size:
  • 86 KB

SoundCatcher Tags


SoundCatcher Description

Recorder with Spectrogram in C# This project demonstrates an implementation of the waterfall spectrogram and use of statistical data to trigger events in near real-time. This code is an elaboration of my previous submission (SoundViewer). This demonstration utilizes the Wave classes. Audio is supplied by the default input device which is typically the microphone. Events are triggered when audio amplitude exceeds the desired threshold value, which can be set under Options on the menu bar. To make this more useful, I've added functionality to save the stream to disk which results in a nice sound activated recorder. In order to draw the spectrogram fast enough to allow for near real-time operation, I needed to write directly to memory using unsafe code.


SoundCatcher Related Software