You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Spectrogram/Spectrogram.csproj
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,22 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFrameworks>net45</TargetFrameworks>
5
-
<Description>A tool to create spectrograms in .NET</Description>
5
+
<Description>Spectrogram is a .NET library which makes it easy to create spectrograms from pre-recorded signals or live audio from the sound card.</Description>
0 commit comments