termux / termux-api-package

Termux package containing scripts to call functionality in Termux:API.
MIT License
1.02k stars 318 forks source link

How can I fix this case? #110

Closed phamt8611 closed 3 years ago

phamt8611 commented 3 years ago

Hi, I used it via Termux-tts-speak and found it extremely slow, luckily I found it and followed it, which is the same method Termux suggested.

But I had a problem like this, I copied and pasted exactly the same, then came out like this ...

mkfifo ~ / .tts
$ while true; do cat ~ / .tts; done | termux-tts-speak

edks
djx
^ X
^ S
^ [d
^ [OP
yes

I have no way to get out of the command, I can only exit the App that can handle it.

To tell the truth, I hope you guys help me out with this puzzling problem.

Sincerely thank!!!

xalexalex commented 3 years ago

Remove the spaces before and after / . It should be ~/.tts Closing as this is not a termux issue

On Thu, 10 Sep 2020, 11:11 Tadashi Ringo, notifications@github.com wrote:

Hi, I used it via Termux-tts-speak and found it extremely slow, luckily I found it and followed it, which is the same method Termux suggested.

But I had a problem like this, I copied and pasted exactly the same, then came out like this ...

mkfifo ~ / .tts $ while true; do cat ~ / .tts; done | termux-tts-speak

edks djx ^ X ^ S ^ [d ^ [OP yes

I have no way to get out of the command, I can only exit the App that can handle it.

To tell the truth, I hope you guys help me out with this puzzling problem.

Sincerely thank!!!

Problem description A clear and concise description of what the problem with termux-api-package is. You may post screenshots or paste error messages in addition to description.

Steps to reproduce Please post all steps that are needed to reproduce the issue.

Expected behavior A clear and concise description of what you expected to happen.

Additional information Post output of command termux-info. If you are rooted or have access to adb then capture a logcat with logcat -d "*:W", from a adb or root shell.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/termux/termux-api-package/issues/110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6X32UM55PJ5HVPDEKAAJLSFCJ3JANCNFSM4RETPNPQ .

phamt8611 commented 3 years ago

Remove the spaces before and after / . It should be ~/.tts Closing as this is not a termux issue On Thu, 10 Sep 2020, 11:11 Tadashi Ringo, @.**> wrote: Hi, I used it via Termux-tts-speak and found it extremely slow, luckily I found it and followed it, which is the same method Termux suggested. But I had a problem like this, I copied and pasted exactly the same, then came out like this ... mkfifo ~ / .tts $ while true; do cat ~ / .tts; done | termux-tts-speak edks djx ^ X ^ S ^ [d ^ [OP yes I have no way to get out of the command, I can only exit the App that can handle it. To tell the truth, I hope you guys help me out with this puzzling problem. Sincerely thank!!! Problem description A clear and concise description of what the problem with termux-api-package is. You may post screenshots or paste error messages in addition to description. Steps to reproduce Please post all steps that are needed to reproduce the issue. Expected behavior A clear and concise description of what you expected to happen. Additional information Post output of command termux-info. If you are rooted or have access to adb then capture a logcat with logcat -d ":W", from a adb or root shell. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#110>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6X32UM55PJ5HVPDEKAAJLSFCJ3JANCNFSM4RETPNPQ .

That's because I translated through google, but it was originally like this ...

mkfifo ~/.tts
   while true; do cat ~/.tts; done | termux-tts-speak
aniket16122004 commented 2 years ago

Can any please what to type after that $ while true; do cat ~/.tts; done | termux-tts-speak