We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cb5af commit 2f7fdecCopy full SHA for 2f7fdec
src/Spectrogram/Spectrogram.cs
@@ -2,7 +2,7 @@
2
3
namespace Spectrogram
4
{
5
- [Obsolete("it has been renamed to SpectrogramGenerator")]
+ [Obsolete("This class has been replaced by SpectrogramGenerator")]
6
public class Spectrogram : SpectrogramGenerator
7
8
public Spectrogram(int sampleRate, int fftSize, int stepSize, double minFreq = 0, double maxFreq = double.PositiveInfinity, int? fixedWidth = null, int offsetHz = 0) :
0 commit comments