All Projects → stekyne → PhaseVocoder

stekyne / PhaseVocoder

Licence: other
A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to PhaseVocoder

juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (+77.27%)
Mutual labels:  juce
osmid
osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Stars: ✭ 63 (+43.18%)
Mutual labels:  juce
popsicle
Popsicle aims to bridge the JUCE c++ framework to python.
Stars: ✭ 102 (+131.82%)
Mutual labels:  juce
melatonin audio sparklines
Sparklines For JUCE AudioBlocks
Stars: ✭ 60 (+36.36%)
Mutual labels:  juce
freesound-juce
A JUCE client for accessing the Freesound API
Stars: ✭ 17 (-61.36%)
Mutual labels:  juce
tinyspec-cling
tiny spectral synthesizer with livecoding support
Stars: ✭ 31 (-29.55%)
Mutual labels:  phase-vocoder
juce-cookbook
Collection of tutorials & resources for the C++ library JUCE
Stars: ✭ 58 (+31.82%)
Mutual labels:  juce
spafe
🔉 spafe: Simplified Python Audio Features Extraction
Stars: ✭ 310 (+604.55%)
Mutual labels:  pitch
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+8629.55%)
Mutual labels:  juce
Roboverb
A VST / VST3 / AU / LV2 Reverb Plugin
Stars: ✭ 48 (+9.09%)
Mutual labels:  juce
ChowPhaser
Phaser effect based loosely on the Schulte Compact Phasing 'A'
Stars: ✭ 51 (+15.91%)
Mutual labels:  juce
DarkMark
Marking up images for use with Darknet.
Stars: ✭ 62 (+40.91%)
Mutual labels:  juce
juce-plugin-ci
Cross-platform CI for JUCE audio plugins with Github Actions
Stars: ✭ 51 (+15.91%)
Mutual labels:  juce
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (-25%)
Mutual labels:  juce
pMix2
pMix - a preset interpolator, plug-in chainer and Faust IDE written with JUCE
Stars: ✭ 84 (+90.91%)
Mutual labels:  juce
Lemons
A library of utilities and building blocks for JUCE-based apps and plugins
Stars: ✭ 28 (-36.36%)
Mutual labels:  juce
DSP-Testbench
A DSP Testbench for users of the JUCE framework
Stars: ✭ 40 (-9.09%)
Mutual labels:  juce
AtomSynth
A modular synthesizer built using the juce api.
Stars: ✭ 20 (-54.55%)
Mutual labels:  juce
pamplejuce
A JUCE Plugin CI template. JUCE 7 & Catch2 with macOS notarization and Windows EV code signing on Github Actions
Stars: ✭ 115 (+161.36%)
Mutual labels:  juce
Amalgamate
A tool for creating an amalgamation from C and C++ sources. Forked from https://github.com/vinniefalco/Amalgamate.
Stars: ✭ 17 (-61.36%)
Mutual labels:  juce

PhaseVocoder

A C++ based phase vocoder example that allows pitch and timescale modifications of audio files. Built using the Juce framework.

The plan is modernize the code base with current best practices, both C++ and Juce wise. Ideally I'd like to extend it to use higher quality phase locking algorithms for improved sound quality. Also to include more effects than just pitch and timescale modifications. Basically a spectral effect tool would be the end goal, possibly creating a plugin out of the result.

This was initially written back in 2010 for my thesis project to showcase the PV algorithm and it's uses.

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