jhudsl / ari

:dancers: The Automated R Instructor
https://jhudatascience.org/ari/
Other
146 stars 38 forks source link

Voice Cloning #58

Open howardbaik opened 9 months ago

howardbaik commented 9 months ago

For purposes of the prototype of loqui-vc, hack together an ari_spin_vc() function that incorporates the voice-cloned audio file that is generated by the newly written code in https://github.com/jhudsl/text2speech/pull/40.

howardbaik commented 9 months ago

@seankross I've created ari_spin_vc() on a separate branch (58-voice-cloning), hacking together a custom function to use inside Loqui for Voice Cloning (https://github.com/FredHutch/loqui-vc). I think its better to incorporate the voice cloning functionality inside ari_spin(), so I'll address that when I take another crack at this.