-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Enable voice to text transcription with web speech api #63
Comments
Hi dele, Great feature ! Works nicely with a PC/mac with chrome but on android, it loops and beep when it is enabled. |
Thank you for reminding me. I did have the beeping experience and I did not know what it was and had to disable all features one by one until I found it. I suspect it is Jitsi-Meet beeping when a new message arrives. I think I will disable it when using transcription |
Cool :) Thanks for checking this. It works like a charm GREAT GREAT addon Feature for Jitsi !!! |
The feature is interesting, but only if processed within OF server or locally on the client (browser). It seems the transcription in Chrome is done by sending your voice to a central unspecified server, probably a Google one... then they will have your voice on record, to be compared with other samples taken from different sources, with things you said and thought were private and so forth. Could anyone please confirm if that's the case or not? |
Web speech like web push is a web standard implemented through a service provided by the browser vendor. Yes, if you browser is Chrome, then it is going to Google data centers. Not sure what happens with other Chromium based browsers and Firefox. |
According to the article I linked, Firefox uses a Google server... |
another possibility is to have an option in OF for Meetings and other modules to disable the feature, with clear infos about what it is and what it entails... |
Hi Dele, that's good, please consider marking the privacy concerns clearly as per my last 2 posts in that option. I still think it's too much of a risk for a person, family, a company or a government to send the contents of a conversation with voice patterns to Google. But choice is good if well informed. |
This is where you submit a pull request :-) You can do it easily from GitHub web pages directly |
You're suggesting I create the markings myself... ok I'll try it. What would be the best place to have conceptual discussions (I can see the smile...) so it's possible to have a discussion about concepts, directions, concerns, etc before getting to the level of implementation? Wouldn't it be strange to have and option and a 2 page long warning of someone trying to convince you not to use it it? ;) I'm kind of joking but you get the gist of it. |
There are just a few of us working on this. Any little helps just helps. Security and privacy are not my strengths. This issue discussion thread (like this) is a good starting place to discuss the concepts, strategy and design. A pull request (PR) and its own discussion thread is where the implementation cycle delivers an accepted solution that is finally pulled and merged into the project. A PR may not always be accepted, but is definitely welcome. |
Let me give you my input / feedback regarding this feature Congrats ! ++ |
In Pade, I have used the web speech api to provide a voice-to-text transcription feature to a meeting. The transcribed text is injected into the group chat and also displayed on the screen as a caption/sub-title.
It would be nice to support this from the ofmeet web client as well as other Pade features. In the meantime, I will like to add 2 new ofmeet properties to the config UI settings
The text was updated successfully, but these errors were encountered: