Skip to content

Spectrogram 1.4.0

Compare
Choose a tag to compare
@swharden swharden released this 05 Sep 02:07

Published on NuGet on 2021-09-04

Release Notes

  • Add() now accepts IEnumerable instead of just double[] (#33, #35) Thanks @shirok1
  • SpectrogramGenerator can be initialized with a pre-existing array to improve performance (#33, #36) Thanks @shirok1
  • Colormap is now a public field that can be accessed directly
  • Improved XML documentation for spectrogram generator fields, properties, and methods