#I have a pre-made RVC voice model that I want to use as a custom voice for an AI assistant/TTS.

1 messages · Page 1 of 1 (latest)

rugged spade
#

How the heck do I accomplish that in Python? (I'm a complete newbie so I'm still learning.)

From what I understand it involves taking a TTS voice, converting it to the desired voice using RVC/the path and index files, and outputting the new voice. Obviously it's probably more complex than that. I'm working towards building my own simple AI assistant with a custom voice. I've used Applio and whatnot before. But I'm just unsure how to accomplish what I'd like to accomplish.

Basically, I have the voice of a game character that I'd like to use as the TTS voice.

fast sleet
rugged spade
#

3080 ti and Windows 11, in terms of LLM, OpenAI is probably the "best" option isn't it? Which obviously isn't free. So I might end up going the free route until I'm competent enough with programming. I'll need to look more into the free options.

fast sleet
#

or if you want to use an api that has free options for the best models, there's https://groq.com/ or https://aistudio.google.com

Groq

The LPU™ Inference Engine by Groq is a hardware and software platform that delivers exceptional compute speed, quality, and energy efficiency. Groq provides cloud and on-prem solutions at scale for AI applications.

rugged spade
#

How do I go about the whole RVC model ordeal? Is using one of them for TTS difficult to set up?

fast sleet
#

not TTS

#

you first of all need to get an LLM via maybe llama.cpp locally or an API

rugged spade
#

Noted, long way to go in terms of learning either way. Thanks