voice-changer/server
2023-01-14 07:39:57 +09:00
..
misc WIP: switch base from trainer to client 2023-01-14 06:44:30 +09:00
mods restrcture 2023-01-01 02:08:56 +09:00
restapi api return info 2023-01-10 22:49:16 +09:00
sio in wsl, socketio can not handle some request? 2023-01-09 22:18:56 +09:00
voice_changer WIP: switch base from trainer to client 2 2023-01-14 06:51:51 +09:00
const.py WIP: alpha 2023-01-08 17:58:27 +09:00
MMVCServerSIO.py WIP: switch base from trainer to client 2 2023-01-14 06:51:51 +09:00
README.md update 2023-01-14 07:39:57 +09:00
requirements.txt WIP: switch base from trainer to client 3 2023-01-14 07:00:36 +09:00

MMVC Server

起動方法

$ conda create -n mmvc-server python=3.10
$ conda activate mmvc-server
$ pip install -r requirements.txt

$ git clone https://github.com/isletennos/MMVC_Client.git
$ cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -
$ python3 MMVCServerSIO.py -p 18888 --https true