Skip to content

Spectrogram 1.3.0

Compare
Choose a tag to compare
@swharden swharden released this 04 Jan 01:57

Published on NuGet on 2021-01-03

Release Notes

  • Spectrogram.Spectrogram has been renamed to Spectrogram.SpectrogramGenerator to avoid conflicts with the Spectrogram namespace when using Spectrogram (#30)
  • GetBitmap(), GetBitmapMel(), and SaveImage() have a new optional dBScale argument which is a value (defaults to 1) each intensity gets multiplied by prior to taking its log when dB is true. This change pushes the optional roll argument back in the list.
  • Spectrogram.WavFile has been deprecated. This static class previously held methods to read WAV files but many files were not supported because WAV file headers are highly variable (and not all WAV files adhere to a standard format, #21, #12). Users are encouraged to implement their own audio file readers. The quickstart examples have been updated to use a WAV file reader provided by NAudio.