I want to control Synthesizer V, like
- add notes
- export wav/mp3 file
via command line or REST API or socket etc.
I’m trying generating vocal audio with my favorite Sythesizer V singer lib from original music audio by steps below:
- separate vocal from original audio (outside of Synthesizer V)
- detect pitch of each notes (outside of Synthesizer V)
- detect words and length of each letters / syllables (outside of Synthesizer V)
- input these notes and letters to Sythesizer V somehow automatically
- export generated vocal file automatically