-
I have trained a model on my voice and I want to batch convert thousands of small audio files to make a game mod. Is there a way to do this? assuming I need to use the CLI, can I choose a pre-set I created? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I found a solution with the help and annoyance of chatGPT Create a .bat file like this for use on windows 10: (change the paths as you want, and the arguments) then in your virtual environment in command prompt (as administrator) run the .bat file |
Beta Was this translation helpful? Give feedback.
-
Wow, I'm amazed that worked out for you. I'll take a first pass at adding in a simple CLI batch convert tonight so hopefully this isn't as painful in the future. |
Beta Was this translation helpful? Give feedback.
-
Currently GUI supports selecting a folder for inference, what equals to batch processing. |
Beta Was this translation helpful? Give feedback.
Currently GUI supports selecting a folder for inference, what equals to batch processing.