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

termux-speech-to-text buffers progressive output #137

Open
yesco opened this issue Aug 26, 2021 · 0 comments
Open

termux-speech-to-text buffers progressive output #137

yesco opened this issue Aug 26, 2021 · 0 comments

Comments

@yesco
Copy link

yesco commented Aug 26, 2021

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.

@termux termux deleted a comment from SUBUR78990 Aug 28, 2021
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

1 participant