Replies: 2 comments 9 replies
-
Look at the .json output using Adjacent words look like this example: {
"word": " talent",
"start": 31.44,
"end": 31.72,
"probability": 0.9252727627754211
},
{
"word": " for",
"start": 31.72,
"end": 31.92,
"probability": 0.8891927599906921
}, Each word is individually timed, and from that timing you could decide to add new output (ellipsis, new line, etc) whenever there is a big enough gap between the end of one word and the start of another. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Got the writer working! Is there anyway to get the output text directly to a variable? Currently it saves a file. I could load this file, but would be nice if I could just get the writer text directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to preserve audio pauses and generate new lines, or something similar so that the response looks a little prettier. Trying to find some more documentation to see if this is possible. Has anyone accomplished this?
Beta Was this translation helpful? Give feedback.
All reactions