PhaseVocoder
Pitch modulator
A C++ based audio processing tool that allows for pitch and time modification of incoming signals using phase vocoding algorithms.
A C++ based phase vocoder example that allows pitch and timescale modifications of incoming signals. UI built with Juce.
66 stars
4 watching
9 forks
Language: C++
last commit: over 3 years ago c-plus-plusjucephase-vocoderpitchtimescale-modifications
Related projects:
Repository | Description | Stars |
---|---|---|
adamski/pitch_detector | A JUCE-based module for estimating the pitch of audio signals using various algorithms and techniques. | 133 |
stenzel/simplevocoder | A simple audio processing algorithm using pitch synchronous synthesis | 20 |
vsicurella/tune-up-midi | Converts single-channel MIDI input into multichannel MIDI with pitchbend messages. | 4 |
joonastuo/phaser | An audio effect plugin implementing a phaser circuit using a combination of filters and LFO modulation | 5 |
emmet-hayes/batsynth | A polyphonic synthesizer with adjustable waveforms and tone controls. | 13 |
sudara/melatonin_audio_sparklines | A JUCE module for visualizing and summarizing audio data in an AudioBlock | 95 |
sounddevelopment/sound_meter | A component for displaying audio meter values in a customizable manner with various features such as adaptive resizing and user-configurable segments. | 30 |
vadymmarkov/beethoven | A Swift library providing an interface to pitch detection in audio signals. | 828 |
cybercactus/phaser-sound-analyser | A Phaser plugin that enables real-time visual analysis of sound frequency and time data | 11 |
tomoyanonymous/juce_cmake_vscode_example | A boilerplate repository for developing audio plugins with JUCE, CMake, and Visual Studio Code | 91 |
rosshoyt/juce-midi-visualizer-au-plugin | A C++ plugin that generates real-time 3D visualization of MIDI data using OpenGL. | 19 |
dbaylies/jucevocoder | A software implementation of a vocoder plug-in with built-in synthesis capabilities | 18 |
stfufane/midi-transposer | A VST3 plugin that maps chords to MIDI bass pedal inputs | 26 |
p-hlp/smplcomp | A simplified audio compressor plugin created with JUCE | 17 |
realalexz/multimeter | An audio analysis tool with real-time visualization and processing of audio signals | 30 |