Spectrogram 1.2.4
Published on NuGet on 2020-07-26
- simplified support for Mel scaling (#14) by using FftSharp's latest Mel scaling methods
- suppress console output when loading SFF files (#15)
- created a tools module (#4) with methods for collapsing 2D spectrogram data into 1D (for frequency analysis of amplitude analysis), peak frequency detection, frequency/note conversion, etc.
- added FilePath property to SFF module (#16)
- improved methods for listing/selecting colormaps by string name (#18) to simplify use in GUIs (e.g., listing all colormaps in a combobox)
- improved error messages related to generating SFF files with complex data (#19)