- Oct 24, 2017
-
-
samy authored
-
samy authored
-
samy authored
-
samy authored
-
Yoann HOUPERT authored
-
Tom Jorquera authored
-
- Oct 20, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Oct 19, 2017
-
-
Tom Jorquera authored
fix #49
-
- Oct 16, 2017
-
-
Yoann HOUPERT authored
-
- Oct 13, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Oct 12, 2017
-
-
Yoann HOUPERT authored
-
- Oct 10, 2017
-
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
Yoann HOUPERT authored
-
- Sep 25, 2017
-
-
Valérian STG_CAZANAVE authored
The `getMyId` method had incorrect case. It caused errors since it was called with a different (correct) case elsewhere. Fix case.
-
Tom Jorquera authored
client/lib/live-reco.js indent was all screwed up. fixing it. No actual code change.
-
Tom Jorquera authored
Online reco method will now return a boolean indicating of the method succeded or failed. When starting online reco, if it fails, it will be tried again at fixed intervals.
-
- Sep 19, 2017
-
-
Tom Jorquera authored
robot now displays some log when initialized.
-
- Sep 08, 2017
-
-
Tom Jorquera authored
Refactored `recordParticipant` in order to extract two independent functions for getting a STT WS and recording the user stream. On STT WS error, try to get a new STT WS for the user.
-
Tom Jorquera authored
STT lib mock is now extracted into a separate object for cleaner handling.
-
Tom Jorquera authored
Previously hublot would record and try to transcribe it own media stream. Add check to avoid this. Add the `getMyId` function to the controller in order for hublot to know its own participant Id.
-
- Jun 13, 2017
-
-
Tom Jorquera authored
Robot will now stop recording and close websocket when a participant leaves the room.
-
Tom Jorquera authored
robot now checks for participants that have already joined the room and record them on start.
-
Tom Jorquera authored
There was a (non-problematic) typo in `should start transcribing stream on user connection after start` test in `robot.test`. Fixed it.
-
Tom Jorquera authored
robot now displays reco. as chat messages
-
Tom Jorquera authored
The client controller now exposes a function to send a chat message via hublin.
-
Tom Jorquera authored
-
samy authored
Extract keywords and propose recommendation links based on transcription segments which are sent by the participants
-
Tom Jorquera authored
The external libs would not get loaded before running the behavior functions that required them. Move loading function call and add timeout to force them to get loaded before robot start.
-
- Jun 06, 2017
-
-
Tom Jorquera authored
robot now initialize lib.archive on start
-
Tom Jorquera authored
Add client lib to archive transcripts of meetings.
-
- May 23, 2017
-
-
Tom Jorquera authored
-
Tom Jorquera authored
Add `client/external.js` which load third-party scripts passed into the `externalLibs` array of the client config object.
-
- May 19, 2017
-
-
Tom Jorquera authored
Implement first version of robot behavior. Currently, the robot listen for new participants and, when a participant connect, start speech recognition. The results of speech recognition are displayed in the console. The robot requires the `start()` method to be called to begin. This method is automatically called by the runner after loading all the modules.
-