mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
preparation intégration reconaissance vocale
This commit is contained in:
@@ -18,7 +18,8 @@ class StateManager {
|
||||
this.setState(STATE.video);
|
||||
this._cameraPage.setEffects(effects)
|
||||
},
|
||||
(state) => this.setState(state)
|
||||
(state) => this.setState(state),
|
||||
(grade) => this._audioPage.setGrade(grade)
|
||||
);
|
||||
|
||||
this._sleepingPage.enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user