jerivl / Deepcut

A robot that raps
Apache License 2.0
1 stars 1 forks source link

Package into VST #11

Open jerivl opened 3 years ago

jerivl commented 3 years ago

Issue: The software may serve as a good plugin for digital audio workstation (DAW)

Solution: Turn our software into a VST2/VST3 plugin for compatibility with most DAWs. We can use an application framework, like JUCE (C++) although there's a few flaws with this one (weird license/watermark), to get started.

Desired input: MIDI input, Pretrained Models for TTS, Tempo, Lyrics, uhh.. anything else.

Desired output: VST2/VST3 plugin that has a similar functionality to our system. Also, what if the robot moved when we plug it in via USB while the plugin is being used.

Notes: This is a feature with a VERY long lead time. This should be a low priority. The software (& robot) should basically be done before we do this.