Spectrogram
Spectrogram copied to clipboard
Spectrogram 2.0 using SkiaSharp
Spectrogram 1.x uses System.Drawing (GDI+) to create graphics, but this will no longer be supported cross-platform starting with .NET 7. This PR explores using SkiaSharp to create graphics instead, and aims to simplify the API in the process.