preparation intégration reconaissance vocale

This commit is contained in:
Quentin Roussel
2023-03-23 09:53:16 +01:00
parent bc0270b707
commit e097c1fd23
13 changed files with 87 additions and 32 deletions

View File

@@ -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;