Skip to content

Commit bf06d54

Browse files
committed
obsolete Spectrogram with error
1 parent b91cffc commit bf06d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spectrogram/Spectrogram.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Spectrogram
44
{
5-
[Obsolete("This class has been replaced by SpectrogramGenerator")]
5+
[Obsolete("This class has been replaced by SpectrogramGenerator", true)]
66
public class Spectrogram : SpectrogramGenerator
77
{
88
public Spectrogram(int sampleRate, int fftSize, int stepSize, double minFreq = 0, double maxFreq = double.PositiveInfinity, int? fixedWidth = null, int offsetHz = 0) :

0 commit comments

Comments
 (0)