Commit Graph

19 Commits

Author SHA1 Message Date
Tony Ribeiro
650b05190a Added dedicated script for classify feature. Clean call to classifier module in RVC. 2023-08-21 17:15:48 +02:00
Tony Ribeiro
99779c2bee RVC module, added emotion overide command for experimentation. 2023-08-18 13:59:09 +02:00
Tony Ribeiro
fa462c1979 Prototype of RVC + emotion classification pipeline 2023-08-18 01:10:57 +02:00
Tony Ribeiro
b5fcde2611 Added RVC request function to allow upload models from ST. Added parameter --max-content-length=X (Mb) to set server max request data size accordingly if needed. 2023-08-17 04:44:49 +02:00
Tony Ribeiro
185fc1334f Added parameter --rvc-save-file to save last rvc input/output audio file into data/tmp. For research purpose and easy sharing of TTS/RVC sample files 2023-08-17 01:43:13 +02:00
Tony Ribeiro
4992ce0bd3 Added Coqui STT module request function for listing local models and generating tts using it. 2023-08-16 19:20:55 +02:00
Tony Ribeiro
da6bbf879e Added RVC module function to fix models folder organisation (if possible) 2023-08-16 16:38:59 +02:00
Tony Ribeiro
fd6ef64d80 Updated RVC voice conversion function to handle new parameters 2023-08-15 21:16:59 +02:00
Cohee
fa1735b373 Translate console logs 2023-08-13 17:40:21 +03:00
Cohee
d44ca03567 Merge pull request #119 from Ph0rk0z/rvc-numpy
Make RVC work on numpy 1.24
2023-08-13 17:36:23 +03:00
Cohee
346c9dab1d Fix RVC with Edge TTS #118 2023-08-13 17:34:46 +03:00
Forkoz
f30d63d079 Update vc_infer_pipeline.py 2023-08-13 14:21:35 +00:00
joe
c146c213a5 quick patch for IO bytes 2023-08-11 10:23:23 +09:00
joe
05155c01c7 Removed wav files, uses IO memory now 2023-08-11 10:09:46 +09:00
Tony Ribeiro
1bf4a5539f add rvc MIT licence 2023-08-10 16:23:49 +02:00
Tony Ribeiro
3fbb1b6ede Continued monkey patching fairseq for RVC python 3.11 2023-08-10 16:15:54 +02:00
Tony Ribeiro
efd2408051 Add fairseq MIT licence file 2023-08-10 03:03:31 +02:00
Tony Ribeiro
60a8e5c9c6 Add monkey patched fairseq package to run on python 3.11 (what is needed for our use of RVC at least) 2023-08-10 02:58:52 +02:00
Tony Ribeiro
0d00b5fdd0 Add module managing RVC extension to convert audio sent by ST using voice model 2023-08-09 03:38:13 +02:00