We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description termux-speech-to-text -p
doesn't print progressive output as it comes, but seems to buffer it. It comes out in a larger chunk.
Steps to reproduce Run the command
termux-speech-to-text -p
speak a lot, watch as no output comes until either the end, or when enough has buffered up.
Expected behavior I'd expect it to output each line as each new word is recognized. That's what progressive means.
Additional information I've tried to see if it's the terminal or script that buffers, so I wrapped the execution in:
stdbuf -i0 -o0 /data/data/com.termux/files/usr/libexec/termux-api SpeechToText
But there is no difference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
termux-speech-to-text -p
doesn't print progressive output as it comes, but seems to buffer it. It comes out in a larger chunk.
Steps to reproduce
Run the command
termux-speech-to-text -p
speak a lot, watch as no output comes until either the end, or when enough has buffered up.
Expected behavior
I'd expect it to output each line as each new word is recognized. That's what progressive means.
Additional information
I've tried to see if it's the terminal or script that buffers, so I wrapped the execution in:
stdbuf -i0 -o0 /data/data/com.termux/files/usr/libexec/termux-api SpeechToText
But there is no difference.
The text was updated successfully, but these errors were encountered: