All Projects → orchidas → Pitch-Tracking

orchidas / Pitch-Tracking

Licence: other
Pitch tracking in real-time with the Kalman filter

Programming Languages

C++
36643 projects - #6 most used programming language
matlab
3953 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to Pitch-Tracking

Si4735
SI4735 Library for Arduino
Stars: ✭ 182 (+133.33%)
Mutual labels:  dsp
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+4126.92%)
Mutual labels:  dsp
gensound
Pythonic audio processing and generation framework
Stars: ✭ 69 (-11.54%)
Mutual labels:  dsp
Red Pitaya Notes
Notes on the Red Pitaya Open Source Instrument
Stars: ✭ 205 (+162.82%)
Mutual labels:  dsp
Renderman
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Stars: ✭ 225 (+188.46%)
Mutual labels:  dsp
concatenative granulation
Live concatenative granular processing for click-free looping, complex wavetable oscillation, and non-overlapping granulation with rectangular windowing.
Stars: ✭ 35 (-55.13%)
Mutual labels:  dsp
Shaden
🎧 A modular audio synthesizer.
Stars: ✭ 175 (+124.36%)
Mutual labels:  dsp
tsa4
R code for Time Series Analysis and Its Applications, Ed 4
Stars: ✭ 108 (+38.46%)
Mutual labels:  kalman-filter
Dsp.jl
Filter design, periodograms, window functions, and other digital signal processing functionality
Stars: ✭ 226 (+189.74%)
Mutual labels:  dsp
ooura
Javascript port of Ooura FFT implementation
Stars: ✭ 23 (-70.51%)
Mutual labels:  dsp
Fourier
Fast Fourier transforms (FFTs) in Rust
Stars: ✭ 206 (+164.1%)
Mutual labels:  dsp
Mimium
mimium (MInimal Musical medIUM) a programming language as an infrastructure for sound and music.
Stars: ✭ 212 (+171.79%)
Mutual labels:  dsp
lsp-dsp-lib
DSP library for signal processing
Stars: ✭ 37 (-52.56%)
Mutual labels:  dsp
Sof
Sound Open Firmware
Stars: ✭ 183 (+134.62%)
Mutual labels:  dsp
Apollo
Apollo is a Open-Source music player for playback and organization of audio files on Microsoft Windows, built using Python.
Stars: ✭ 13 (-83.33%)
Mutual labels:  dsp
Julius
Fast PyTorch based DSP for audio and 1D signals
Stars: ✭ 179 (+129.49%)
Mutual labels:  dsp
voder
An emulation of the Voder Speech Synthesizer.
Stars: ✭ 19 (-75.64%)
Mutual labels:  dsp
sf-pkg
Generic Sensor Fusion Package for ROS
Stars: ✭ 28 (-64.1%)
Mutual labels:  kalman-filter
bcgov-data-science-cop
A repository to house bcgov Data Science CoP materials
Stars: ✭ 22 (-71.79%)
Mutual labels:  dsp
dbot
Depth-Based Bayesian Object Tracking Library
Stars: ✭ 62 (-20.51%)
Mutual labels:  kalman-filter

Pitch detection algorithms

Methods implemented:

  • YIN ESTIMATOR - YIN, a fundamental frequency estimator for speech and music - Alain de Cheveigné, Hideki Kawahara - Journal of the Acoustical Society of America, 2002.
  • CEPSTRUM - Cepstrum Pitch Determination - A.M.Noll - Journal of the Acoustical Society of America, 1967.
  • MAXIMUM LIKELIHOOD - Maxmium Likelihood Pitch Estimation - James D.Wise, James R.Caprio, Thomas W.Parks - IEEE Transactions on Acoustics, Speech and Signal Processing, 1976.
  • EXTENDED KALMAN FILTER -

Update, June 2021

A JUCE application + AU plugin implementing the EKF pitch tracker from the DAFx 2017 paper with basic plotting has now been added. The only external library used is Eigen for implementing the Kalman filter. The plugin works on MacOS so far. VST support needs to be added.

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].