Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether to support streaming decode? #26

Open
shanhaidexiamo opened this issue Sep 26, 2023 · 2 comments
Open

Whether to support streaming decode? #26

shanhaidexiamo opened this issue Sep 26, 2023 · 2 comments

Comments

@shanhaidexiamo
Copy link

Hi , thanks for your work. I would like to ask if Vocos can decode with streaming when reconstructing audio from EnCodec tokens?

@Jackiexiao
Copy link

Jackiexiao commented Oct 8, 2023

yes, I try kernel_convnx 3 (instead of 7) which reduces reception field, and with overlap, you can decode with streaming

kernel_convnx means: depthwise conv's kernel_sizeself.dwconv = nn.Conv1d(dim, dim, kernel_size=7, padding=3, groups=dim)

@shanhaidexiamo
Copy link
Author

Thanks! So I need to train a new model with kernel_convnx 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants