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

Can't generate wav files longer than ~144kb #12

Open
reticivis-net opened this issue Feb 21, 2020 · 3 comments
Open

Can't generate wav files longer than ~144kb #12

reticivis-net opened this issue Feb 21, 2020 · 3 comments

Comments

@reticivis-net
Copy link

On windows
running a command like this
sam -wav long.wav 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
returns a file that cuts off at around 14.

@skamlox
Copy link

skamlox commented Jun 3, 2020

This appears to also affect normal output, and not just wav output, i think it's a limitation inherited from the original

@sajattack
Copy link

This branch on my fork can do around 14 seconds of speech, up from the 7 possible with the version here. I modified the code slightly to allow this

@reticivis-net
Copy link
Author

discordier's JS port has no length limitation. I've written a small wrapper + some convenience features around the port to make it a CLI program like this repo.

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

3 participants