Skip to content

PaddleSpeech r1.1.0

Compare
Choose a tag to compare
@yt605155624 yt605155624 released this 19 Aug 10:58
· 7 commits to r1.1 since this release
aab5412

S2T

  • Add wer tools. #1709
  • Add optimize attention cache used for attention ; 0-dim tensor for model export. #2124
  • Fix cnn cache dy2st shape. #2168

TTS

Speechx

  • add custom asr script. #1946
  • refactor frontend. #2003
  • deepspeech2 to onnx #2034
  • Refactor audio/data/feature cache. #1638
  • Frontend refactor . #1640
  • Fix nnet itf header. #1641
  • Refactor speech egs. #1707
  • Refactor egs and more egs for TLG wfst graph build. #1715
  • Speedup ngram building . #1729
  • Update speechx install doc. #1736
  • Fix nnet input and output name. #1740
  • Update wfst graph. #1742
  • Fix model params path name. #1750
  • Remove fluid tools for onnx export. #2116

Audio

  • Refactor paddleaudio to paddlespeech.audio. #2007
  • Add webdataset in paddlespeech.audio. #2062

Server

  • Remove extra logs. #2111 #2113
  • Change streaming tts servers' fs from 24k to models' fs. #2121
  • Fix bug in engine_warmup. #2171 by @Betterman-qs
  • Replace default vocoder in seerver to mb_melgan. #2214
  • Fix bug in streaming_asr_server with punctuation restoration. #2244
  • Rename time_s and time_ns to time_b and time_nb. #2133
  • More accuracy decoding somthing. #2128

CLI

  • Add paddlespeech.resource module. #1917
  • Dynamic cli commands registration. #1959
  • Fix unnecessary download. #2103
  • Remove extra logs. #2084 #2085 #2107
  • Add Chinese English mixed TTS CLI. #2249
  • Add onnxruntime infer for CLI. #2222

Demo

  • Add speech web demo. #2039 #2080
  • Add kws cli and demo. #2063
  • Use paddle web for streaming asr. #2105
  • add custom asr script #1946
  • More cli for speech demos. #2138

Doc

  • Add API doc. #2075
  • Format tts doc string for read the docs. #2115

Others

Acknowledgements

Special thanks to @buchongyu2 @BrightXiaoHan @BarryKCL @Betterman-qs @david-95 @jerryuhoo @QingshuChen @iftaken @zh794390558 @Jackwaterveg @lym0302 @SmileGoat @yt605155624

New Contributors

Full Changelog: r1.0.0...r1.1.0