Skip to content

Commit 2f7fdec

Browse files
committed
improve obsolete message
1 parent c7cb5af commit 2f7fdec

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("it has been renamed to SpectrogramGenerator")]
5+
[Obsolete("This class has been replaced by SpectrogramGenerator")]
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)