-
Hi, I think this is a great app and will become important for anyone who wants a google/gapps free android experience. I would very much like English support and I am willing to donate a little towards this. Thabks |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 1 reply
-
Thanks! Support for English (or any other language) can be added/improved in various alternative ways. For the speech keyboard:
For the voice search panel:
Code contributions (via pull requests), concrete feature requests, etc. are welcome. (I personally do not take monetary donations for Kõnele work.) |
Beta Was this translation helpful? Give feedback.
-
Starting with Kõnele v1.3 the instructions have become simpler. Support for English (or any other language) can be added/improved in various alternative ways:
When programmatically calling a Kõnele service then use the |
Beta Was this translation helpful? Give feedback.
-
I think having English support would be great as well, and i'd host a server myself, but i don't have one to do it with. Has there been any headway at all with this? -Sydney |
Beta Was this translation helpful? Give feedback.
-
@sydneyjd I'm not planning to host a server, but if somebody is and wants to share a URL, I'll gladly include it in the Kõnele documentation. Even better would be if the server is wrapped by a |
Beta Was this translation helpful? Give feedback.
-
hi Nash here....... |
Beta Was this translation helpful? Give feedback.
-
@khalidNash Please clarify what are you trying to achieve and what is missing in Kõnele, ideally as a separate issue. |
Beta Was this translation helpful? Give feedback.
-
Hi, There are two things i would like to discuss first is regarding multi speaker recognition.....how can i use konele when many speakers are there and i would like to recognise them as speaker1,speaker2 and so on and seperately record there voice like in a a debate or conference? Thanks |
Beta Was this translation helpful? Give feedback.
-
These should be separate issues, but here are some quick thoughts. Multi speaker recognition. This would be an interesting feature, but currently there are no plans to implement this. Some of it should be done on the server side i.e. outside of the scope of K6nele. What is relevant for K6nele is the communication protocol with the server (e.g. each sent audio packet could be augmented with some meta data about the audio, and each received recognition result could contain a speaker ID if the server provides it), and the UI (i.e. how to display the information about multiple speakers). Recording from the audio file. What is the exact use case? E.g. if you just want to test the server, then you could do it outside of K6nele with a simple Python script that streams the audio to the server. That said, it would be useful to generalize the code in If you are interested in these features and want to implement and offer them as pull requests, then please open separate issues. |
Beta Was this translation helpful? Give feedback.
-
Closing as too vague. |
Beta Was this translation helpful? Give feedback.
Starting with Kõnele v1.3 the instructions have become simpler.
Support for English (or any other language) can be added/improved in various alternative ways:
RecognitionService
-interface for an existing speech recognition server (or even offline service). This implementation would be a separate app, i.e. no changes to Kõnele are necessary: the service and its supported languages simply show up in the "Recognition languages & services" list allowing you to use them in the Kõnele speech keyboard and voice search panel.