swharden / Spectrogram

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

Support non integer sample rate. #60

Closed Haukanes closed 1 week ago

Haukanes commented 5 months ago

Support non integer sample rates. Fixes #59.

(GetMelFFTs() will round to closest integer SampleRate since FftSharp.Mel.Scale() only supports integer sampleRate.)

swharden commented 1 week ago

Thanks @Haukanes! This will be in the next release 👍