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 b91cffc commit bf06d54Copy full SHA for bf06d54
src/Spectrogram/Spectrogram.cs
@@ -2,7 +2,7 @@
2
3
namespace Spectrogram
4
{
5
- [Obsolete("This class has been replaced by SpectrogramGenerator")]
+ [Obsolete("This class has been replaced by SpectrogramGenerator", true)]
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