I need help with a project which consists of 2 parts:
- real time pitch shifter in python (from scratch).
- switch the pitches of 2 voices from 2 different speakers.
I have 2 questions:
- I couldn't find the proper math behind pitch shifting to implement it from scratch so a simple explanation would be appreciated.
- Do I need to extract pitches from 2 voices to switch them or there's a simpler solution? If not an explanation on how to properly extract pitch from a sound and switching it is appreciated.
Thanks in advance.