Skip to content
/ voyx Public

Standalone real time dynamic vocal harmonizer

License

Notifications You must be signed in to change notification settings

jurihock/voyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 project. An additional idea is to utilize the Sliding DFT instead of STFT.

Let's get started...