SpectrumNet transforms real-time audio input into dynamic visual spectrums using C#/WPF. Combines advanced signal processing with modern rendering for immersive audio visualization.
- Real-time system audio capture via WASAPI loopback
- Multi-window FFT analysis (Hann/Hamming/Blackman)
- Flexible spectrum scaling: Linear/Logarithmic/Mel/Bark
- 20+ Render Styles:
- Bars: Vertical, Circular, LED Meter
- Waveforms: Gradient, Heartbeat, Waterfall
- Particles: Fire, Raindrop, Text Effects
- Advanced: Voronoi diagrams, Spectrum fractals
- Dynamic color palettes with gradient effects
- Quality presets (Low/Medium/High) with manual override
- Display modes: Windowed/Always-on-Top overlay
- Configurable hotkeys (Capture start/stop, Mode toggle)
- Real-time adjustment of spectrum sensitivity/range
- Launch SpectrumNet.exe
- Click Start Capture to begin audio analysis
- Use hotkeys:
Ctrl+O
: Toggle overlay modeSpace
: Start/stop visualizationCtrl+P
: Open control panel
- Adjust settings via interactive preview
Symptoms:
- Partial loss of window transparency
- Visual artifacts in overlay mode
- Interface flickering
Common Cases:
- Intel HD Graphics (pre-2021 models)
- Hybrid graphics systems
- Drivers older than 2021
Workaround:
- Force dedicated GPU usage via driver settings
- Disable OpenGL acceleration:
<!-- Replace in XAML --> <skia:SKElement /> <!-- Instead of SKGLElement -->