issues Search Results · repo:PaddlePaddle/Parakeet language:Python
Filter by
61 results
(74 ms)61 results
inPaddlePaddle/Parakeet (press backspace or delete to remove)话说前面有可以克隆声音的模型(个人用tacotron2),那我在想,能不能有个在tts更上一层楼的操作,让输出的声音有旋律,但是在Github和AIStudio的开源项目中我没有找到相关解决方案,请问各位大佬能否指出一条道路?
顺便,有没有能同时输出中文,英文日语的解决方案?
RedElectricity
- Opened on Nov 8, 2021
- #207
代码段: with paddle.no_grad(): print( speedyspeech_inference begin , datetime.datetime.now()) mel =
speedyspeech_inference(part_phone_ids, part_tone_ids) print( pwg_inference begin , datetime.datetime.now()) ...
outman2008
- 6
- Opened on Oct 28, 2021
- #206
lightwithshadow
- 3
- Opened on Oct 28, 2021
- #204
ImportError: The module requires additional dependencies: ruamel. You can install parakeet via git clone
https://github.com/PaddlePaddle/Parakeet cd Parakeet pip install -e . and others via pip install ...
a112121788
- 1
- Opened on Oct 25, 2021
- #202
How about adding a discriminator to the Fastspeech2 to improve the naturalness of the spectrum?
youngstu
- 1
- Opened on Oct 19, 2021
- #201
import sys import numpy as np import paddle from matplotlib import pyplot as plt from IPython import display as ipd
import soundfile as sf import librosa.display import yaml from yacs.config import CfgNode ...
outman2008
- 12
- Opened on Sep 27, 2021
- #183
看了关于aishell3的相关example来作为tts入门,学到了许多, 想了解下,如题中文中夹杂一些单词和字母, 该怎么形成如同simple.lexicon 以及包含拼音信息的 .lab文件呢 ,谢谢了
kunyao2015
- 2
- Opened on Sep 19, 2021
- #175
Hi, I m the maintainer of praatio, one of the dependencies used by this library. Praatio 5.0 is not yet released but has
some breaking changes in it. The changes are not so heavy
If you want to avoid ...
timmahrt
- 1
- Opened on Aug 8, 2021
- #136
我注意到你们在aishell3的样例中提到将stop token prediction去除,转用 attention 的最高点到达 encoder 侧的最后一个符号为终止条件,请问你们有验证过这个改动对效果的影响么?
hoyden
- 2
- Opened on Aug 2, 2021
- #134

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.