-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
talk and talk-llama: Pass text_to_speak as a file #1865
Merged
Merged
Commits on Feb 24, 2024
-
talk-llama: pass file instead of arg
it is too hard to quote text in a portable way
Configuration menu - View commit details
-
Copy full SHA for df26676 - Browse repository at this point
Copy the full SHA df26676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d48ee - Browse repository at this point
Copy the full SHA 83d48eeView commit details -
talk-llama: let eleven-labs.py accept options
Options: -v voice, -s savefile, -p (--play)
Configuration menu - View commit details
-
Copy full SHA for 766c8cb - Browse repository at this point
Copy the full SHA 766c8cbView commit details -
talk-llama: check installed commands in "speak"
Pass "-q" to eleven-labs.py to skip checking whether elevenlabs is installed
Configuration menu - View commit details
-
Copy full SHA for f5ec91c - Browse repository at this point
Copy the full SHA f5ec91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72857b - Browse repository at this point
Copy the full SHA c72857bView commit details -
Passing text_to_speak as a file is safer and more portable cf. https://stackoverflow.com/a/59036879/45375
Configuration menu - View commit details
-
Copy full SHA for 6584e63 - Browse repository at this point
Copy the full SHA 6584e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8ee90 - Browse repository at this point
Copy the full SHA fd8ee90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650a966 - Browse repository at this point
Copy the full SHA 650a966View commit details -
talk and talk-llama: add more options to eleven-labs.py
and remove DEFAULT_VOICE because it is deprecated (https://www.reddit.com/r/ElevenLabs/comments/1830abt/what_happened_to_bella/) ``` usage: eleven-labs.py [-q] [-l] [-h] [-n NAME | -v NUMBER] [-f KEY=VAL] [-s FILE | -p] [TEXTFILE] options: -q, --quick skip checking the required library action: TEXTFILE read the text file (default: stdin) -l, --list show the list of voices and exit -h, --help show this help and exit voice selection: -n NAME, --name NAME get a voice object by name (default: Arnold) -v NUMBER, --voice NUMBER get a voice object by number (see --list) -f KEY=VAL, --filter KEY=VAL filter voices by labels (default: "use case=narration") this option can be used multiple times filtering will be disabled if the first -f has no "=" (e.g. -f "any") output: -s FILE, --save FILE save the TTS to a file (default: audio.mp3) -p, --play play the TTS with ffplay ```
Configuration menu - View commit details
-
Copy full SHA for 458347b - Browse repository at this point
Copy the full SHA 458347bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8cce7 - Browse repository at this point
Copy the full SHA 4e8cce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e4977a - Browse repository at this point
Copy the full SHA 0e4977aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.