Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 536 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 536 Bytes

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