-
Notifications
You must be signed in to change notification settings - Fork 218
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
Result in Editor #131
Comments
What is the problem exactly? The code like this should work: https://stackoverflow.com/questions/24059022/android-write-text-in-file-sd-card |
Thank you very much, that helps to hook on futher test scenarios and connect the results in a processing chain. |
Ok, feel free to close the issue or open new one if you have other questions. |
According to a process chain I though about a prototype installable via F-Droid and connect OpenSource apps to that it works like Abstraction Layer for a Speech Recognition interface. Th user would be able to select to which offline speech recognition is plugged into the SR abstraction layer. That is similar to a Database Abstraction Layer. Do not know if that makes sense or if I have to dig deep into the code to get that right? best regards, |
Does that need a kind of negotiation between the Open Source Offline SR implementation so that the abstraction layer serves the requirements and constraints of those projects or application driven, will think about it. best regards, Bert |
What is the best (recommended) way to modify the demo app so that the recognized sequence of words are stored in textarea or textbox, that can be saved to the SD card?
The text was updated successfully, but these errors were encountered: