Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alllucky1996/Spectrogram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: swharden/Spectrogram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 37 files changed
  • 5 contributors

Commits on Nov 1, 2024

  1. Replace System.Drawing.Common with SkiaSharp to improve cross pla…

    …tform support (swharden#61)
    
    * SkiaSharp implementation
    
    * Target NET 8
    
    * Improved ImageMaker performances
    
    * Target NET 8
    
    * Removed System.Drawing references
    
    * Fix spectrogram orientation
    
    * Fix Colormap
    
    * modernize tests
    
    * modernize demo
    
    * Spectrogram: resolve warnings
    
    * demo: resolve warnings
    
    * nuget: version 2.0.0-alpha
    
    * Colormap: replace with a single class that uses ScottPlot
    
    * CICS: build and test with .NET 8
    
    ---------
    
    Co-authored-by: Scott W Harden <[email protected]>
    vadd98 and swharden authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    44ef4fe View commit details
    Browse the repository at this point in the history
  2. Support non integer sample rate. (swharden#60)

    * Support non integer sample rate.
    
    * Update SpectrogramGenerator.cs
    
    ---------
    
    Co-authored-by: Aksel Haukanes <[email protected]>
    Co-authored-by: Scott W Harden <[email protected]>
    3 people authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ab81058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    058e604 View commit details
    Browse the repository at this point in the history
Loading