Skip to content

Oscilloscope view audio renderer originally based on SidWiz

License

Notifications You must be signed in to change notification settings

maxim-zhao/SidWizPlus

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a94019 · Nov 15, 2018
Nov 14, 2018
Nov 15, 2018
Nov 15, 2018
Nov 11, 2018
Nov 9, 2018
Oct 17, 2018
Oct 24, 2018
Nov 11, 2018
Nov 11, 2018
Nov 8, 2018

Repository files navigation

SidWizPlus

Fork of a version of SidWiz with modifications for my own purposes.

Get the latest release here: https://github.com/maxim-zhao/SidWizPlus/releases/latest and the latest build here: https://ci.appveyor.com/project/maxim-zhao/sidwizplus/build/artifacts

Build status

Features added

  • Commandline mode
  • Replaced renderer with GDI+ (.net Graphics API), allowing simpler code and more advanced rendering:
    • Antialiasing
    • Bitmap layering
  • Added rendering features from other variants
    • Grid
    • Channel labels
  • Integration of MultiDumper to generate tracks from a VGM
    • Including automatic removal of unused tracks
  • Waveform scaling
    • Including auto-scaling (e.g. scale peak to 100%)
  • Automatic master audio track generation, with optional ReplayGain
  • One-shot audio+video file creation via FFMPEG with optional preview
  • Or run in preview-only mode
  • Unlimited tracks and columns
  • Render to any size video
  • YouTube uploading (commandline only)
    • Including generation of titles and descriptions from tags in VGM files
  • New GUI using the same renderer to give previews as you change settings
    • Almost-live updates as you edit settings
    • Preview rendering and data loading on background threads so it's pretty fast
    • Select your preview location as you go
    • Most parameters editable per-channel

GUI