sprocket
sprocket copied to clipboard
Voice Conversion Tool Kit
exampleに対するテストコードがあると良いですね. - 入力話者,目標話者のwav(30文程度)と対応するlist, conf, yamlをラボの外部向けサーバーからダウンロードする. - テストコードでexampleの一連の処理(run_sprocket.pyおよび,run_f0transformation.py->run_sprocket.py)の処理を回す. - 事前に処理済みのcvmcepとのメルケプ歪がしきい値以下である事を確認する.
For those encountering the following error: ``` Traceback (most recent call last): File "run_sprocket.py", line 36, in from src import (convert, estimate_feature_statistics, estimate_twf_and_jnt, # isort:skip # pylint: disable=C0413 File "/mnt/md1/user_unilight/experiments/elvc-sprocket/example/src/convert.py",...
Hi @k2kobayashi, Thanks for the wonderful library you've built. I'm trying to use it to synthesise some voices for a video game. While running: python3 example/initialize.py -3 DEMON FAIRY 16000...
After following the instructions on the [VC example](https://github.com/k2kobayashi/sprocket/blob/master/docs/vc_example.md), when I run the command below, I get an error. > python initialize.py -1 SF1 TF1 16000 **Error Logs** ``` Traceback (most...
I got this error when I try to install using pip
So I assume that this repo uses https://github.com/r9y9/gantts as a base... What about implementing StarGAN as an alternative architecture for comparison's sake? https://github.com/liusongxiang/StarGAN-Voice-Conversion https://github.com/hujinsen/StarGAN-Voice-Conversion And then there are others out...
I have used 170 corpus training, The effect is still good. Is it necessary to add sample data to get a bigger effect?
Hi there! I can run python run_sprocket.py -1 -2 -3 -4 -5 SF1 TF1 and f0 transformation.py only with all asserts commented out (assert fs == sconf.wav_fs, etc), and it...
`yaml.load` without designating `Loader` argument complains: ``` download_speech_corpus.py:471: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.all_configs = yaml.load(f)...
To add a new example script, I modify some APIs of sprocket. - create sprocket.bin - move yml and misc to sprocket.util - change all names of script ran by...