- 16 May, 2017 6 commits
-
-
samy authored
Extract conference participants audio streems, and sending them to Kaldi server to transcription using websockets
-
Sami BENHAMICHE authored
client config is now set globally via config file Closes #10 See merge request !10
-
Tom JORQUERA authored
Client config is now defined in `config.json` and injected by the runner into the client side. This allows to pass a single unified config object to each client-side script. Refactor previous system into this. Fixes #10
-
Sami BENHAMICHE authored
Add editorconfig file Closes #9 See merge request !9
-
Tom JORQUERA authored
client: Update controller API Closes #5 See merge request !7
-
Tom JORQUERA authored
fixes #9
-
- 15 May, 2017 1 commit
-
-
Tom JORQUERA authored
-
- 11 May, 2017 2 commits
-
-
Tom JORQUERA authored
Add yarn.lock See merge request !6
-
Tom JORQUERA authored
Update controller API according to #1 Fixes #5
-
- 10 May, 2017 4 commits
-
-
Tom JORQUERA authored
-
Tom JORQUERA authored
Configure Continuous Integration Closes #8 See merge request !5
-
Tom JORQUERA authored
-
Tom JORQUERA authored
Add `ci` to define a specific script for continuous integration
-
- 09 May, 2017 8 commits
-
-
Tom JORQUERA authored
Setup config See merge request !4
-
Tom JORQUERA authored
Fix package.json See merge request !3
-
Tom JORQUERA authored
Fix styling issues identified by xo
-
Tom JORQUERA authored
use spaces for indent setup jest env
-
Tom JORQUERA authored
-
Tom JORQUERA authored
Use jest for tests monitoring.
-
Tom JORQUERA authored
Fix a typo in package.json
-
Sami BENHAMICHE authored
Implement robot injector mechanism Closes #7 See merge request !2
-
- 05 May, 2017 6 commits
-
-
Tom JORQUERA authored
We now use the function defined in `lib/controller` to load the resources to inject into the client. The order of the "modules" to be loaded is defined as follow: - controller - lib - robot Each module corresponds to a specific folder in the `client` folder.
-
Tom JORQUERA authored
This module allow to load all the files that must be injected into the client.
-
Tom JORQUERA authored
We define three modules to be injected in the client: - controller: in charge of exposing the hubl.in functions as a unified API - lib: containing various libraries to be used by the robot - robot: containing the behavior of the robot itself Currently these modules only contain the base skeleton.
-
Tom JORQUERA authored
Instead of a single controller file, `runner.run` now takes a list of source files that will be injected in the passed order.
-
Tom JORQUERA authored
- `robotClientController.js` moved to `client/controller/controller.js` - `controller` renamed to `robotController` - changed some `var` to `const` - updated path to controller in `app.js`
-
Tom JORQUERA authored
Update package.json See merge request !1
-
- 04 May, 2017 1 commit
-
-
Tom JORQUERA authored
`package.json` contained a lot of missing or incorrect info. Fixes this.
-
- 03 May, 2017 1 commit
-
-
Tom JORQUERA authored
-
- 25 Apr, 2017 1 commit
-
-
Tom JORQUERA authored
-