All Projects → seven-phases → spectrum-analyzer

seven-phases / spectrum-analyzer

Licence: MIT license
A real-time spectrum analysis VST plugin

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to spectrum-analyzer

juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (-15.22%)
Mutual labels:  signal-processing, vst
SpleeterRT
Real time monaural source separation base on fully convolutional neural network operates on Time-frequency domain.
Stars: ✭ 111 (+20.65%)
Mutual labels:  signal-processing, vst
Pycroscopy
Scientific analysis of nanoscale materials imaging data
Stars: ✭ 144 (+56.52%)
Mutual labels:  signal-processing
Qminer
Analytic platform for real-time large-scale streams containing structured and unstructured data.
Stars: ✭ 206 (+123.91%)
Mutual labels:  signal-processing
Brainflow
BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors
Stars: ✭ 170 (+84.78%)
Mutual labels:  signal-processing
Tutorial separation
This repo summarizes the tutorials, datasets, papers, codes and tools for speech separation and speaker extraction task. You are kindly invited to pull requests.
Stars: ✭ 151 (+64.13%)
Mutual labels:  signal-processing
Rustfft
A mixed-radix FFT library written in pure Rust
Stars: ✭ 183 (+98.91%)
Mutual labels:  signal-processing
Entropy
EntroPy: complexity of time-series in Python (DEPRECATED)
Stars: ✭ 142 (+54.35%)
Mutual labels:  signal-processing
Derainzoo
DerainZoo for collecting deraining methods, datasets, and codes.
Stars: ✭ 246 (+167.39%)
Mutual labels:  signal-processing
Audio Reactive Led Strip
🎵 🌈 Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
Stars: ✭ 2,217 (+2309.78%)
Mutual labels:  signal-processing
Pytorchwavelets
PyTorch implementation of the wavelet analysis from Torrence & Compo (1998)
Stars: ✭ 197 (+114.13%)
Mutual labels:  signal-processing
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+80.43%)
Mutual labels:  signal-processing
Computer Vision Video Lectures
A curated list of free, high-quality, university-level courses with video lectures related to the field of Computer Vision.
Stars: ✭ 154 (+67.39%)
Mutual labels:  signal-processing
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (+101.09%)
Mutual labels:  signal-processing
Pycwt
A Python module for continuous wavelet spectral analysis. It includes a collection of routines for wavelet transform and statistical analysis via FFT algorithm. In addition, the module also includes cross-wavelet transforms, wavelet coherence tests and sample scripts.
Stars: ✭ 146 (+58.7%)
Mutual labels:  signal-processing
Moogladders
🔉 Collected C++ implementations of the classic 4-pole moog ladder filter
Stars: ✭ 211 (+129.35%)
Mutual labels:  signal-processing
Python Pesq
PESQ (Perceptual Evaluation of Speech Quality) Wrapper for Python Users (narrow band and wide band)
Stars: ✭ 144 (+56.52%)
Mutual labels:  signal-processing
Mathnet Filtering
Math.NET Filtering (formerly Neodym)
Stars: ✭ 157 (+70.65%)
Mutual labels:  signal-processing
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (+92.39%)
Mutual labels:  signal-processing
pose-estimation-3d-with-stereo-camera
This demo uses a deep neural network and two generic cameras to perform 3D pose estimation.
Stars: ✭ 40 (-56.52%)
Mutual labels:  signal-processing

Spectrum Analyzer

Seven Phases Spectrum Analyzer is a real-time spectrum analysis VST plugin. The idea was to create an old-fashioned tool reminiscent of classic hardware analyzers of the earlier centuries. Unlike most of other analyzers available these days, this plugin is not FFT-based but utilizes a filter-bank algorithms that mould its unique pros and cons.

screenshot

See plugin page at KVR Audio.

Looking for release downloads? Find them here.

Build Instructions

Required tools:

Building:

  1. Install WDK and VST SDK.
  2. Specify their paths in build/wdk71/paths.cmd file (run build-release.cmd to create this file for you). For example:
    set WDKROOT=E:\WDK set VSTSDKROOT=C:\Foo\Steinberg\VST3SDK
  3. To compile the plugin run build/wdk71/build-release.cmd script.
  4. On a successful build (run the script via cmd console to see errors and warnings) the compiled binaries will appear in the release directory (x86 and x64 respectively).

More info

Work in progress...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].