-
Hi,
Can you point me to the step where you are calculating the speaker embeddings. Is it possible to use this approach for my own dataset? I wanted to try SpeechSplit on my own voice dataset. But I…
-
I was trying to load example # 5 in the readme locally, everything goes fine until the section after importing
`import sys
sys.path.insert(0, "./VoiceSplit/")
sys.path.insert(0, "./GE2E-Speaker-E…
-
First, Thanks for the work by babysor!
I noticed that the speaker encoder used in this work is ge2e, performance of which is far fall behind the SOTA. So I replaced the ge2e encoder with ECAPA-TDNN m…
-
Thanks for sharing the code and model. I'm trying to reproduce the SVAR results in the paper and find I can make the EER down to 1.57% with a threshold of 0.7896. However, with this threshold, I only …
-
First, Thanks for the excellent work by CorentinJ!
I noticed that the speaker encoder used in this work is ge2e, performance of which is far fall behind the SOTA. So I replaced the ge2e encoder with …
-
Hi, is it possible to make a batch containing M speaker and N utterances for each speaker?
-
## General Question
Hi
I want to ask does paddlespeech supports voice cloning in English. I have tried and configured english (am & voc and ge2e) models but unable to get voice cloning.Its ge…
-
使用ge2e_fastspeech2_pwgan语音克隆模型,生成的音频总是叫1.wav,修改out_dir也是指定文件夹名称然后在下面生成1.wav,在哪里修改生成音频的名称?
-
```
import paddlehub as hub
import os
model = hub.Module(name='ge2e_fastspeech2_pwgan', output_dir='D:/HUB/', speaker_audio='D:/334292423-1-208.wav') # 指定目标音色音频文件
texts = [
'语音的表现形式在未来将变得越…
-
通过官方给的样例:https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/tts_finetune/tts3 使用自己准备的单音色数据集,可以成功的克隆出自己需要的音色,现在我想使用多音色数据集去克隆出多音色模型,然后使用时通过speak_id选择音色。请问下应该在官方给的finetune样例中怎么修改呢?