Skip to content

Noise at the end of produced wave file #93

Answered by snakers4
iarspider asked this question in Q&A
Discussion options

You must be logged in to vote

This is a known tacotron bug
Happens due to batching

Batch size 1 fixes this (i.e. just feed 1 phrase)

We basically have 2 options how to fix this more properly

  • Downstream with a VAD (please use silero-vad or WebRTC)
  • By looking at the alignment map of tacotron (we did not implement this yet)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by snakers4
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #89 on June 25, 2021 09:05.