Using buffer~, stretch~ with live processing of vocals
Jun 06 2017 | 9:48 pm
I'm working on a live processing patch that can pitch shift vocals in real time, and one major hurdle I've encountered is that none of the pitch shifting objects in MaxMSP, including pitchshift~, retune~, or gizmo~ (within pfft~) are able to do formant shifting, which leaves the output signal sounding very chipmunky.
Thankfully, it seems that stretch~ is able to do formant shifting, but it requires signal from a sound file in buffer~. Is there any way to get live input from a microphone into buffer~ so I can use stretch~?