-
Notifications
You must be signed in to change notification settings - Fork 34
add english audio from festival #115
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
base: main
Are you sure you want to change the base?
Conversation
|
What is the purpose of this MR? We also need Commits are just one big diff, and there is no PR description. We cannot merge it at this time. |
|
Thanks for the feedback. The purpose is to improve (at least in my opinion) the accent of the English voice, done with festival. I didn't see any reuse spec, can you point it to me so I won't do this again. I just rechecked about the license and it can be used for both commercial and non-commercial use with no restrictions, so should I choose a relevant license? |
|
Updated the PR with a better commit message and added the license as requested |
|
Please remove the merge commits. PRs should never have merge commits when going into |
dc7e609 to
cb784cd
Compare
|
Thanks for the feedback, removed the merge commits and did a rebase as asked |
|
Thanks. What you're missing is |
cb784cd to
967b719
Compare
|
Thanks, I forgot to add the REUSE.toml as an alternative for the license file per blob file, is this acceptable? (added it now) |
|
I have fixed it in my local branch, and added license files per blob. We don't want a However, the overwhelming consensus from other issues is that we're leaning towards Apache-2.0, and GPL-3.0 would conflict with that, but IANAL. I think it would, anyway. If I can force-push my changes, I can get this reviewed. Are you happy for the license to be changed to Apache-2.0? |
I added another English voice since the voice included in the repository is with accent and I think the voice I created is better for others. I did it by adding a folder with the recordings of voice from a program named Festival which is open source text to speech software, any sound file which is not a recording I copied from the original folder. I checked the license for the Festival program and I can use it for any purpose, both commercial and non-commercial. To use the added folder as the audio for the buds one can use the instructions from the readme, so one should just build with the AUDIO environment variable set to en_festival like so: `AUDIO=en_festival ./build.sh` Co-authored-by: Dom Rodriguez <[email protected]> Signed-off-by: Moshe Nahmias <[email protected]>
|
I can live with it |
967b719 to
956e2d2
Compare
|
Done. It's best to create I'll leave this up to the other maintainers to decide whenever to merge. |
I added another English voice since the voice included in the
repository is with accent and I think the voice I created is better for others.
I did it by adding a folder with the recordings of voice from a program named
Festival which is open source text to speach software, any sound file which is not
a recording I copied from the original folder.
I checked the license for the Festival program and I can use it for any purpose,
both commercial and non-commercial, so I license it apache-2.0.
To use the added folder as the audio for the buds one can use the instructions
from the readme, so one should just build with the AUDIO environment variable
set to en_festival like so- AUDIO=en_festival ./build.sh