swharden / Spectrogram

.NET library for creating spectrograms (visual representations of frequency spectrum over time)
https://nuget.org/packages/Spectrogram
MIT License
320 stars 58 forks source link

improve name of sff.FftHeight #23

Closed swharden closed 4 years ago

swharden commented 4 years ago

make sff.FftHeight obsolete and call it actualHeight or imageHeight and do the same with the Spectrogram class

sff.Height is the height of the spectrogram if it were not Mel-scaled. The property in question describes this number, or the number of Mel bins if mel binning is used.