Applying HiFi-GAN to long sequences #7169
Unanswered
bryanhpchiang
asked this question in
Q&A
Replies: 2 comments
-
I'm not entirely certain about your question, but you could opt to specify a longer audio segment or longer mel frames during the inference stage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bryanhpchiang Did you find out something regarding the segment size? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a basic question: so HiFi-GAN is trained with a segment size of 8192 by default (8192 waveform samples), which corresponds to around
8192 / hop_size
Mel frames.What happens when we want to turn more than
8192 / hop_size
Mel frames into audio? Is the generator applied repeatedly? Thanks!Beta Was this translation helpful? Give feedback.
All reactions