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

Issue with converting to speech #1

Open
pratikpparikh opened this issue Sep 1, 2023 · 4 comments
Open

Issue with converting to speech #1

pratikpparikh opened this issue Sep 1, 2023 · 4 comments

Comments

@pratikpparikh
Copy link

The conversion is not happening as intended

cargo run --example cli hello -o /opt/development/pratik/grail-rs/test.wav

What am i doing wrong?

@Dimev
Copy link
Owner

Dimev commented Sep 1, 2023

Nothing, grail isn't done yet, and I haven't added a proper ruleset to convert english to speech.

I have some plans for a different way to generate the sound I need to research more, which will hopefully also make it easier to create this ruleset.

@pratikpparikh
Copy link
Author

@Dimev please let me know if you their anything that I can help with?

@Dimev
Copy link
Owner

Dimev commented Sep 1, 2023

Thanks!
For now I don't need help, as I'm mostly just researching how to get this new method to work. Right now I use 8 bandpass filters, which are somewhat annoying to tune and use. My idea was to either go with different filters and chain them differently to make tuning easier, or use time series prediction methods to generate the audio instead.

If you happen to know a bit about either, please let me know!

@pratikpparikh
Copy link
Author

Thanks! For now I don't need help, as I'm mostly just researching how to get this new method to work. Right now I use 8 bandpass filters, which are somewhat annoying to tune and use. My idea was to either go with different filters and chain them differently to make tuning easier, or use time series prediction methods to generate the audio instead.

If you happen to know a bit about either, please let me know!

I am not that aware with 8 bandpass filter

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