Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jurihock/voyx

Standalone real time dynamic vocal harmonizer
https://github.com/jurihock/voyx

algorithms audio audio-effect audio-processing cpp dsp fft harmonizer live midi pitch-detection pitch-shifting smbpitchshift standalone stft stftpitchshift vocoder voice voyx

Last synced: 3 months ago
JSON representation

Standalone real time dynamic vocal harmonizer

Awesome Lists containing this project

README

        

# voyx

The project idea is essentially to harmonize the source vocal audio signal just in real time depending on the MIDI input. Each MIDI key determines the particular pitch shifting amount relative to the detected fundamental frequency of the source signal segment.

The required multi pitch shifting feature is already implemented in the [stftPitchShift](https://github.com/jurihock/stftPitchShift) project. An additional idea is to utilize the [Sliding DFT](https://github.com/jurihock/sdft) instead of STFT.

Let's get started...