You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to use termux-tts-speak with Dicio. Dicio is a voice assistant listed of FDroid (possibly the only one?). It has a speech to text service which works with other apps such as Fennec. I can trigger with it am:
am start -n org.stypox.dicio/.input.stt_service.SttServiceActivity
However this doesn't return the text to Termux. I'm guessing that's because it is going through am and Dicio doesn't know how to return the result? If termux-speech-to-text requested the service the same way Fennec does, then it would work.
Have you checked if the feature is accessible through the Android API? Yes
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
Fennec F-Droid: https://github.com/mozilla-mobile/firefox-android
The text was updated successfully, but these errors were encountered:
Feature description
I'd like to be able to use termux-tts-speak with Dicio. Dicio is a voice assistant listed of FDroid (possibly the only one?). It has a speech to text service which works with other apps such as Fennec. I can trigger with it am:
However this doesn't return the text to Termux. I'm guessing that's because it is going through am and Dicio doesn't know how to return the result? If termux-speech-to-text requested the service the same way Fennec does, then it would work.
EDIT: Maybe this will be helpful?
Stypox/dicio-android#126 (comment)
Reference implementation
Have you checked if the feature is accessible through the Android API? Yes
Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)
Fennec F-Droid:
https://github.com/mozilla-mobile/firefox-android
The text was updated successfully, but these errors were encountered: