Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Releases: PaddlePaddle/Parakeet

Parakeet v0.4.0

07 Sep 07:51
7334e1d
Compare
Choose a tag to compare

We add some features in v0.4.0, including:

  • Text FrontEnd
    • Rule based Mandarin text frontend.
  • Acoustic Models
    • FastSpeech2/FastPitch for CSMSC and Multi-speaker AISHEL-3
    • SpeedySpeech for CSMSC
  • Vocoders
    • Parallel WaveGAN for CSMSC
  • Others
    • An example to use MFA1.x

V0.3.1

20 May 03:14
87a0cec
Compare
Choose a tag to compare

Fix a config key error.

Add an experiment for voice cloning

17 May 11:19
Compare
Choose a tag to compare
Pre-release
  1. An experiment for voice cloning in Chinese based on "Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis" is added.
  2. Switch to visualdl as the visualizer.

v0.2.1 Some fixes to ExperimentBase and examples

08 May 12:17
e14ef04
Compare
Choose a tag to compare

fix some bugs about multiprocess training.

v0.2.0

10 Mar 08:02
Compare
Choose a tag to compare

Experiemnts conducted with LJSpeech dataset are extended, from separate ones for acoustic models and vocoders, to chained ones. Neural acoustic models with neural vocoders work togather to make a simpler TTS pipeline.

  1. Transformer TTS + Waveflow;
  2. Tacotron2 + Waveflow.

Since the acoustic configurations for training the acoustic model and the vocoder is the same, chaining them is seamless.

Parakeet v0.1.0

21 Oct 13:07
1db01cc
Compare
Choose a tag to compare

Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-speech toolkit for the open-source community. It is built on PaddlePaddle Dynamic graph and includes many influential TTS models proposed by Baidu Research and other research groups. This is the first release of Parakeet.

In particular, it features the latest WaveFlow model proposed by Baidu Research.

  • WaveFlow can synthesize 22.05 kHz high-fidelity speech around 40x faster than real-time on a Nvidia V100 GPU without engineered inference kernels, which is faster than WaveGlow and serveral orders of magnitude faster than WaveNet.
  • WaveFlow is a small-footprint flow-based model for raw audio. It has only 5.9M parameters, which is 15x smalller than WaveGlow (87.9M).
  • WaveFlow is directly trained with maximum likelihood without probability density distillation and auxiliary losses as used in Parallel WaveNet and ClariNet, which simplifies the training pipeline and reduces the cost of development.